service.prototxt 436 字节
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"
}