[tflchef] Remove unnecessary bias input operand from avgpool2d (#2241)
author이상규/동작제어Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Tue, 13 Nov 2018 05:08:16 +0000 (14:08 +0900)
committer박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 13 Nov 2018 05:08:16 +0000 (14:08 +0900)
`bias` operand is not used in averagepool2d.
The operand is removed from recipe.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
contrib/tflchef/tests/averagepool2d/test.recipe

index 5ad1466..746c343 100644 (file)
@@ -4,15 +4,6 @@ operand {
   shape { dim: 1 dim: 8 dim: 8 dim: 1 }
 }
 operand {
-  name: "bias"
-  type: FLOAT32
-  shape { dim: 1 }
-  filler {
-    tag: "constant"
-    arg: "1.1"
-  }
-}
-operand {
   name: "ofm"
   type: FLOAT32
   shape { dim: 1 dim: 7 dim: 7 dim: 1 }