Automatically updated from 모델 배포(469:tensorflow-fashion-mnist) by 그룹사용자(groupuser)

This commit is contained in:
groupuser 2025-10-27 00:55:28 +00:00
parent a433b55659
commit a4273053dd

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