From 21a5cfb441c28195d3383cb0acd4984b4a730a79 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:37:22 +0530 Subject: [PATCH] Change the order of Unpack Input parameter in NeuralNetworksEx.h (#3865) 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 --- include/NeuralNetworksEx.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/NeuralNetworksEx.h b/include/NeuralNetworksEx.h index 62a189e..8061ce6 100644 --- a/include/NeuralNetworksEx.h +++ b/include/NeuralNetworksEx.h @@ -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 -- 2.7.4