mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-08 18:11:00 +08:00
30 lines
353 B
Plaintext
30 lines
353 B
Plaintext
name: "postprocess"
|
|
backend: "python"
|
|
|
|
input [
|
|
{
|
|
name: "post_input1"
|
|
data_type: TYPE_FP32
|
|
dims: [ -1, 6 ]
|
|
},
|
|
{
|
|
name: "post_input2"
|
|
data_type: TYPE_INT32
|
|
dims: [ -1 ]
|
|
}
|
|
]
|
|
|
|
output [
|
|
{
|
|
name: "post_output"
|
|
data_type: TYPE_STRING
|
|
dims: [ -1 ]
|
|
}
|
|
]
|
|
|
|
instance_group [
|
|
{
|
|
count: 1
|
|
kind: KIND_CPU
|
|
}
|
|
] |