[enco] Introduce Pad op (#1387)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 6 Sep 2018 10:20:13 +0000 (19:20 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 6 Sep 2018 10:20:13 +0000 (19:20 +0900)
This commit extends ANN IR to support Pad op.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/core/src/ANN/IR/Operation.h

index bf1f21b..43af0a0 100644 (file)
@@ -17,7 +17,8 @@ public:
     CONV_2D,
     MAX_POOL_2D,
     AVG_POOL_2D,
-    RELU
+    RELU,
+    PAD,
   };
 
 public: