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

This commit is contained in:
groupuser 2025-10-24 10:34:34 +00:00
parent aa7ec3c6f2
commit 447913fae0

@ -5,9 +5,33 @@ platform: "tensorflow_savedmodel"
max_batch_size: 0 max_batch_size: 0
input [ input [
{
name: "test123123"
data_type: TYPE_UINT64
dims: [ 123 ]
reshape {
shape: [ 123 ]
}
},
{
name: "test321321"
data_type: TYPE_UINT8
dims: [ 332 ]
reshape {
shape: [ 232 ]
}
}
] ]
output [ output [
{
name: "testo089089"
data_type: TYPE_UINT8
dims: [ 678 ]
reshape {
shape: [ 87 ]
}
}
] ]