Change the order of Unpack Input parameter in NeuralNetworksEx.h (#3865)
authorPrasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Thu, 6 Dec 2018 06:07:22 +0000 (11:37 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 6 Dec 2018 06:07:22 +0000 (15:07 +0900)
This patch changes the order of Unpack Input parameter in NeuralNetworksEx.h
The num is seconds and axis is third param.

Signed-off-by: prasannar <prasanna.r@samsung.com>
include/NeuralNetworksEx.h

index 62a189e..8061ce6 100644 (file)
@@ -392,9 +392,10 @@ typedef enum {
      * Inputs:
      * * 0: The input shape is [D0, D1, ..., N at Daxis(i), ..., Dm+1].
      * * 1: An {@link ANEURALNETWORKS_INT32} scalar, specifying the
-     *      unpack axis.
-     * * 2: An {@link ANEURALNETWORKS_INT32} scalar, specifying the
      *      number of splits along unpack axis.
+     * * 2: An {@link ANEURALNETWORKS_INT32} scalar, specifying the
+     *      unpack axis.
+     *
      * Outputs:
      * * 0 ~ n-1: The list of n output tensors, of shape
      *            [D0, D1, ..., Daxis(i), ..., Dm]. The output tensors are of the same