service.prototxt 701 字节
Newer Older
X
xulongteng 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
services {
  name: "BuiltinDenseFormatService"
  workflows: "workflow1"
}
services {
  name: "BuiltinSparseFormatService"
  workflows: "workflow2"
}

services {
  name: "BuiltinTestEchoService"
  workflows: "workflow3"
}

services {
  name: "ImageClassifyService"
  workflows: "workflow4"
}

services {
  name: "BuiltinFluidService"
  workflows: "workflow5"
}
services {
  name: "TextClassificationService"
  workflows: "workflow6"
}

services {
  name: "EchoKVDBService"
  workflows: "workflow7"
}

services {
  name: "CTRPredictionService"
  workflows: "workflow8"
}
X
xulongteng 已提交
38 39 40 41
services {
  name: "BertService"
  workflows: "workflow9"
}
G
guru4elephant 已提交
42 43 44 45
services {
  name: "LoadGeneralModelService"
  workflows: "workflow10"
}