Introduce EQUAL_EX in NeuralNetworksEx.h (#2846)
authorPrasanna R/System SW /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Mon, 1 Oct 2018 23:54:40 +0000 (05:24 +0530)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 1 Oct 2018 23:54:40 +0000 (08:54 +0900)
This patch introduces EQUAL_EX in NeuralNetworksEx.h.
Related issue : #2610

Signed-off-by: prasannar <prasanna.r@samsung.com>
include/NeuralNetworksEx.h

index cf09540..69b26b7 100644 (file)
@@ -35,6 +35,7 @@ typedef enum {
     ANEURALNETWORKS_EXP_EX = 50008,
     ANEURALNETWORKS_TENSORFLOW_SUM_EX = 50009,
     ANEURALNETWORKS_TRANSPOSE_CONV_EX = 50010,
+    ANEURALNETWORKS_EQUAL_EX = 50011,
 } OperationCodeEx;  // extends OperationCode
 
 typedef OperationCodeEx ANeuralNetworksOperationTypeEx;