From 8b8d668fb56b8132c45245dca337419081fbeeed Mon Sep 17 00:00:00 2001 From: =?utf8?q?PRAVEEN=20DORESWAMY=20NAIDU/System=20SW=20/SRI-Bangalore/St?= =?utf8?q?aff=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Tue, 23 Oct 2018 13:18:20 +0530 Subject: [PATCH] Introduce ArgMax_EX in NeuralNetworkEx (#3207) Introducing ArgMax operation in NeuralNetworkEx. Signed-off-by: Praveen D N --- include/NeuralNetworksEx.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.7.4