nnfw Adding SquaredDifferenceEx in NeuralNetworksEx.h (#2555)
authorPrasanna R/System SW /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Mon, 3 Sep 2018 23:36:51 +0000 (05:06 +0530)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 3 Sep 2018 23:36:51 +0000 (08:36 +0900)
This patch adds '''ANEURALNETWORKS_SQUARED_DIFFERENCE_EX''' in the ''' NeuralNetworksEx.h'''

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

index 5785add..284f3af 100644 (file)
@@ -30,6 +30,7 @@ typedef enum {
     ANEURALNETWORKS_TENSORFLOW_MAX_EX = 50003,
     ANEURALNETWORKS_SPLIT_EX = 50004,
     ANEURALNETWORKS_RSQRT_EX = 50005,
+    ANEURALNETWORKS_SQUARED_DIFFERENCE_EX = 50006,
 } OperationCodeEx;  // extends OperationCode
 
 typedef OperationCodeEx ANeuralNetworksOperationTypeEx;