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

This commit is contained in:
groupuser 2025-10-24 10:25:57 +00:00
parent 1357795e9a
commit d54d83922e

@ -5,9 +5,33 @@ platform: "tensorflow_savedmodel"
max_batch_size: 0 max_batch_size: 0
input [ input [
{
name: "test"
data_type: TYPE_UINT32
dims: [ 1 ]
reshape {
shape: [ 1 ]
}
},
{
name: "test2"
data_type: TYPE_UINT8
dims: [ 1 ]
reshape {
shape: [ 1 ]
}
}
] ]
output [ output [
{
name: "testo"
data_type: TYPE_UINT8
dims: [ 123 ]
reshape {
shape: [ 123 ]
}
}
] ]