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

This commit is contained in:
groupuser 2025-10-23 01:35:11 +00:00
parent d48667485b
commit 4159e9f5bc

@ -9,6 +9,14 @@ input [
name: "Conv1_input"
data_type: TYPE_FP32
dims: [ -1, 28, 28, 1 ]
},
{
name: "input-test"
data_type: TYPE_UINT8
dims: [ 1, 16 ]
reshape {
shape: [ 1, 16 ]
}
}
]