From: PRAVEEN DORESWAMY NAIDU/System SW /SRI-Bangalore/Staff Engineer/삼성전자 Date: Tue, 23 Oct 2018 07:48:20 +0000 (+0530) Subject: Introduce ArgMax_EX in NeuralNetworkEx (#3207) X-Git-Tag: 0.3~550 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b8d668fb56b8132c45245dca337419081fbeeed;p=platform%2Fcore%2Fml%2Fnnfw.git Introduce ArgMax_EX in NeuralNetworkEx (#3207) Introducing ArgMax operation in NeuralNetworkEx. Signed-off-by: Praveen D N --- diff --git a/include/NeuralNetworksEx.h b/include/NeuralNetworksEx.h index 88a5f72..10a9590 100644 --- a/include/NeuralNetworksEx.h +++ b/include/NeuralNetworksEx.h @@ -47,6 +47,7 @@ typedef enum { ANEURALNETWORKS_ABS_EX = 50012, ANEURALNETWORKS_PACK_EX = 50013, ANEURALNETWORKS_UNPACK_EX = 50014, + ANEURALNETWORKS_ARGMAX_EX = 50015, } OperationCodeEx; // extends OperationCode typedef OperationCodeEx ANeuralNetworksOperationTypeEx;