[enco] Fix wrong OFM size of regression test (#2554)
author윤현식/동작제어Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Fri, 7 Dec 2018 01:47:43 +0000 (10:47 +0900)
committer박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 7 Dec 2018 01:47:43 +0000 (10:47 +0900)
Fixed from [h, w] : [7, 7] ==>  [8, 8]

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
contrib/enco/test/tflite/Regression_0000/test.recipe
contrib/enco/test/tflite/Regression_0002/test.recipe

index c0b2dbe..2f3c036 100644 (file)
@@ -26,7 +26,7 @@ operand {
 operand {
   name: "ofm_0"
   type: FLOAT32
-  shape { dim: 1 dim: 7 dim: 7 dim: 1 }
+  shape { dim: 1 dim: 8 dim: 8 dim: 1 }
 }
 operation {
   type: "Conv2D"
@@ -64,7 +64,7 @@ operand {
 operand {
   name: "ofm_1"
   type: FLOAT32
-  shape { dim: 1 dim: 7 dim: 7 dim: 1 }
+  shape { dim: 1 dim: 8 dim: 8 dim: 1 }
 }
 operation {
   type: "Conv2D"
index 904a1c4..8234c79 100644 (file)
@@ -27,7 +27,7 @@ operand {
 operand {
   name: "ofm"
   type: FLOAT32
-  shape { dim: 1 dim: 7 dim: 7 dim: 1 }
+  shape { dim: 1 dim: 8 dim: 8 dim: 1 }
 }
 operation {
   type: "Conv2D"