Introduce ArgMax_EX in NeuralNetworkEx (#3207)
authorPRAVEEN DORESWAMY NAIDU/System SW /SRI-Bangalore/Staff Engineer/삼성전자 <praveen.dn@samsung.com>
Tue, 23 Oct 2018 07:48:20 +0000 (13:18 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 23 Oct 2018 07:48:20 +0000 (16:48 +0900)
Introducing ArgMax operation in NeuralNetworkEx.

Signed-off-by: Praveen D N <praveen.dn@samsung.com>
include/NeuralNetworksEx.h

index 88a5f72..10a9590 100644 (file)
@@ -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;