Fix OperationCodeEx of nnapi (#4749)
author장지섭/On-Device Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Thu, 14 Mar 2019 23:41:16 +0000 (08:41 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 14 Mar 2019 23:41:16 +0000 (08:41 +0900)
This commit fixes OperationCodeEx number.
  - ANEURALNETWORKS_REDUCE_MIN_EX : 500021 -> 50021
  - ANEURALNETWORKS_PRELU_EX : 500022 -> 50022

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
include/NeuralNetworksEx.h

index 79059ec..e7194e7 100644 (file)
@@ -601,7 +601,7 @@ typedef enum {
    * Outputs:
    * * 0: A tensor of the same {@link OperandCode} as input0.
    */
-  ANEURALNETWORKS_REDUCE_MIN_EX = 500021,
+  ANEURALNETWORKS_REDUCE_MIN_EX = 50021,
 
   /**
    * Parametric Rectified Linear Unit.
@@ -637,7 +637,7 @@ typedef enum {
    * Outputs:
    * * 0: A tensor of the same {@link OperandCode} as input0.
    */
-  ANEURALNETWORKS_PRELU_EX = 500022,
+  ANEURALNETWORKS_PRELU_EX = 50022,
 
   /**
    * Returns a one-hot tensor.