From: Prasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자 Date: Thu, 6 Dec 2018 06:07:22 +0000 (+0530) Subject: Change the order of Unpack Input parameter in NeuralNetworksEx.h (#3865) X-Git-Tag: 0.3~182 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21a5cfb441c28195d3383cb0acd4984b4a730a79;p=platform%2Fcore%2Fml%2Fnnfw.git 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 --- 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