Automatically updated from 모델 배포(469:tensorflow-fashion-mnist) by 그룹사용자(groupuser)
This commit is contained in:
parent
a433b55659
commit
a4273053dd
16
config.pbtxt
16
config.pbtxt
@ -5,9 +5,25 @@ platform: "tensorflow_savedmodel"
|
||||
max_batch_size: 0
|
||||
|
||||
input [
|
||||
{
|
||||
name: "test1"
|
||||
data_type: TYPE_UINT8
|
||||
dims: [ 1 ]
|
||||
reshape {
|
||||
shape: [ 1 ]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
output [
|
||||
{
|
||||
name: "test2"
|
||||
data_type: TYPE_UINT16
|
||||
dims: [ 2 ]
|
||||
reshape {
|
||||
shape: [ 2 ]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user