Automatically updated from 모델 배포(544:git-test3) by 그룹사용자(groupuser)

This commit is contained in:
groupuser 2025-10-29 08:19:27 +00:00
parent f44fecd9e0
commit d25c2104e2

@ -4,9 +4,25 @@ platform: "tensorflow_savedmodel"
max_batch_size: 0
input [
{
name: "test1"
data_type: TYPE_UINT8
dims: [ 123 ]
reshape {
shape: [ 123 ]
}
}
]
output [
{
name: "test2"
data_type: TYPE_UINT16
dims: [ 321 ]
reshape {
shape: [ 321 ]
}
}
]