39 lines
460 B
Plaintext
39 lines
460 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 ]
|
|
reshape {
|
|
shape: [ ]
|
|
}
|
|
}
|
|
]
|
|
|
|
output [
|
|
]
|
|
|
|
|
|
|
|
|
|
instance_group [
|
|
{
|
|
kind: KIND_AUTO
|
|
count: 1
|
|
}
|
|
]
|