triton-python-model/config.pbtxt

44 lines
537 B
Plaintext

# Triton Backend for TensorFlowGraphdef.
backend: "tensorflow"
platform: "tensorflow_graphdef"
max_batch_size: 0
input [
{
name: "input@@"
data_type: TYPE_STRING
dims: [ -1, 1.5 ]
},
{
name: "asdfad"
data_type: TYPE_STRING
dims: [ 5.5 ]
},
{
name: "zxvcz"
data_type: TYPE_UINT8
dims: [ 15.5 ]
},
{
name: "zcvzcv"
data_type: TYPE_INVALID
dims: [ 1.5555 ]
reshape {
shape: [ ]
}
}
]
output [
]
instance_group [
{
kind: KIND_AUTO
count: 1
}
]