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

This commit is contained in:
groupuser 2025-10-24 05:35:05 +00:00
parent 50c1e0473a
commit 2f3cd70130

@ -11,7 +11,7 @@ input [
dims: [ -1, 28, 28, 1 ] dims: [ -1, 28, 28, 1 ]
}, },
{ {
name: "Conv2_input" name: "Conv2_input2"
data_type: TYPE_UINT16 data_type: TYPE_UINT16
dims: [ -1, 16 ] dims: [ -1, 16 ]
reshape { reshape {
@ -25,17 +25,25 @@ input [
reshape { reshape {
shape: [ 123 ] shape: [ 123 ]
} }
},
{
name: "Conv4_input4"
data_type: TYPE_UINT8
dims: [ 4 ]
reshape {
shape: [ 4 ]
}
} }
] ]
output [ output [
{ {
name: "Softmax" name: "Softmax11"
data_type: TYPE_FP32 data_type: TYPE_FP32
dims: [ -1, 10 ] dims: [ -1, 10 ]
}, },
{ {
name: "Softmax2" name: "Softmax222"
data_type: TYPE_UINT16 data_type: TYPE_UINT16
dims: [ 1 ] dims: [ 1 ]
reshape { reshape {