From 33b992db4667ed0fc35c57e08e7cf90912cefd11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Prasanna=20R/SNAP=20/SRI-Bangalore/Engineer/=EC=82=BC?= =?utf8?q?=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Thu, 6 Dec 2018 11:36:56 +0530 Subject: [PATCH] Redefine PACK_EX in NeuralNetworksEx.h (#3864) As per @hseok82-oh's words >I found out runtime is updated to use additional parameter num and this PR will use this change. Please update comment PACK_EX in NeuralNetworksEx.h using another PR. This patch redefines PACK_EX in NeuralNetworksEx.h. Signed-off-by: prasannar --- include/NeuralNetworksEx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/NeuralNetworksEx.h b/include/NeuralNetworksEx.h index a877b83..62a189e 100644 --- a/include/NeuralNetworksEx.h +++ b/include/NeuralNetworksEx.h @@ -369,7 +369,9 @@ typedef enum { * {@link ANEURALNETWORKS_TENSOR_QUANT8_ASYMM}, all input tensors * must have the same scale and zeroPoint. * * n: An {@link ANEURALNETWORKS_INT32} scalar, specifying the - * pack axis. + * number of input tensors. + * * n+1: An {@link ANEURALNETWORKS_INT32} scalar, specifying the + * pack axis. * * Outputs: * * 0: The output, a tensor of the same {@link OperandCode} as the input -- 2.7.4