summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPrasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>2018-12-06 11:36:56 +0530
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2018-12-06 15:06:56 +0900
commit33b992db4667ed0fc35c57e08e7cf90912cefd11 (patch)
tree7331aba712d9769e453c219915507fff5b461470 /include
parent3845b67822eb27f00f36d5baee1f2ac92064e905 (diff)
downloadnnfw-33b992db4667ed0fc35c57e08e7cf90912cefd11.tar.gz
nnfw-33b992db4667ed0fc35c57e08e7cf90912cefd11.tar.bz2
nnfw-33b992db4667ed0fc35c57e08e7cf90912cefd11.zip
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 <prasanna.r@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/NeuralNetworksEx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/NeuralNetworksEx.h b/include/NeuralNetworksEx.h
index a877b83f4..62a189e7b 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