service.prototxt 631 字节
Newer Older
1
services {
W
wangguibao 已提交
2
  name: "BuiltinDenseFormatService"
3 4 5
  workflows: "workflow1"
}
services {
W
wangguibao 已提交
6
  name: "BuiltinSparseFormatService"
7 8
  workflows: "workflow2"
}
W
wangguibao 已提交
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24

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

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

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

W
wangguibao 已提交
25 26 27 28 29
services {
  name: "TextClassificationService"
  workflows: "workflow6"
}

30 31 32 33
services {
  name: "EchoKVDBService"
  workflows: "workflow7"
}
W
wangguibao 已提交
34 35 36 37 38

services {
  name: "CTRPredictionService"
  workflows: "workflow8"
}
M
MRXLT 已提交
39 40 41 42 43

services {
  name: "BertService"
  workflows: "workflow9"
}