Automatically updated from 모델 배포(604:modeldeployment) by 그룹사용자(groupuser)

This commit is contained in:
groupuser 2025-11-10 01:07:31 +00:00
parent 640ccf2960
commit d6bd036d58

@ -3,9 +3,35 @@ backend: "python"
max_batch_size: 0 max_batch_size: 0
input [ input [
{
name: "tensor"
data_type: TYPE_BOOL
dims: [ 1 ]
},
{
name: "tensor2"
data_type: TYPE_INT32
dims: [ 1,2 ]
reshape {
shape: [ 1,1 ]
}
}
] ]
output [ output [
{
name: "output1"
data_type: TYPE_UINT8
dims: [ 1, 23 ]
},
{
name: "output2"
data_type: TYPE_UINT32
dims: [ 1, 30 ]
reshape {
shape: [ 1, 30 ]
}
}
] ]