mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 17:41:52 +08:00
26 lines
294 B
Plaintext
26 lines
294 B
Plaintext
name: "postprocess"
|
|
backend: "python"
|
|
max_batch_size: 16
|
|
|
|
input [
|
|
{
|
|
name: "post_input"
|
|
data_type: TYPE_FP32
|
|
dims: [ 1000 ]
|
|
}
|
|
]
|
|
|
|
output [
|
|
{
|
|
name: "post_output"
|
|
data_type: TYPE_STRING
|
|
dims: [ -1 ]
|
|
}
|
|
]
|
|
|
|
instance_group [
|
|
{
|
|
count: 1
|
|
kind: KIND_CPU
|
|
}
|
|
] |