Redefine PACK_EX in NeuralNetworksEx.h (#3864)
authorPrasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Thu, 6 Dec 2018 06:06:56 +0000 (11:36 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 6 Dec 2018 06:06:56 +0000 (15:06 +0900)
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 <prasanna.r@samsung.com>
include/NeuralNetworksEx.h

index a877b83..62a189e 100644 (file)
@@ -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