[enco] Introduce DEPTHWISE_CONV_2D (#1520)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 17 Sep 2018 07:04:53 +0000 (16:04 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 17 Sep 2018 07:04:53 +0000 (16:04 +0900)
This commit extends Android NN IR with DEPTHWISE_CONV_2D operation.

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

index 43af0a0..88f12a3 100644 (file)
@@ -15,6 +15,7 @@ public:
   enum class Code
   {
     CONV_2D,
+    DEPTHWISE_CONV_2D,
     MAX_POOL_2D,
     AVG_POOL_2D,
     RELU,