diff --git a/config.pbtxt b/config.pbtxt index b88d17f..c08ca13 100644 --- a/config.pbtxt +++ b/config.pbtxt @@ -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 ] + } } ]