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

This commit is contained in:
groupuser 2025-10-27 00:25:03 +00:00
parent 64ac538c9e
commit 33380158ef

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