From: Prasanna R/System SW /SRI-Bangalore/Engineer/삼성전자 Date: Mon, 1 Oct 2018 23:54:40 +0000 (+0530) Subject: Introduce EQUAL_EX in NeuralNetworksEx.h (#2846) X-Git-Tag: 0.3~748 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=09ecdf0a36fab46448f9886a6f5811fd8cef08d0;p=platform%2Fcore%2Fml%2Fnnfw.git Introduce EQUAL_EX in NeuralNetworksEx.h (#2846) This patch introduces EQUAL_EX in NeuralNetworksEx.h. Related issue : #2610 Signed-off-by: prasannar --- diff --git a/include/NeuralNetworksEx.h b/include/NeuralNetworksEx.h index cf09540..69b26b7 100644 --- a/include/NeuralNetworksEx.h +++ b/include/NeuralNetworksEx.h @@ -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;