Update config.pbtxt
This commit is contained in:
parent
8f5b1a9b75
commit
a433b55659
24
config.pbtxt
24
config.pbtxt
@ -5,33 +5,9 @@ platform: "tensorflow_savedmodel"
|
|||||||
max_batch_size: 0
|
max_batch_size: 0
|
||||||
|
|
||||||
input [
|
input [
|
||||||
{
|
|
||||||
name: "test1"
|
|
||||||
data_type: TYPE_UINT8
|
|
||||||
dims: [ 1 ]
|
|
||||||
reshape {
|
|
||||||
shape: [ 1 ]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "test3"
|
|
||||||
data_type: TYPE_UINT16
|
|
||||||
dims: [ 3 ]
|
|
||||||
reshape {
|
|
||||||
shape: [ 3 ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
|
|
||||||
output [
|
output [
|
||||||
{
|
|
||||||
name: "test2"
|
|
||||||
data_type: TYPE_UINT16
|
|
||||||
dims: [ 2 ]
|
|
||||||
reshape {
|
|
||||||
shape: [ 2 ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user