From 7a6eaef641efa45b9faabcaa4e297befa77e437c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Shubham=20Gupta/System=20SW=20/SRI-Bangalore/Engineer/?= =?utf8?q?=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Tue, 6 Nov 2018 06:11:18 +0530 Subject: [PATCH] Correction of comments by adding shape info in NeuralNetworksEx.h (#3463) This patch will add correction in comments by adding shape info in NeuralNetworksEx.h Signed-off-by: shubham --- include/NeuralNetworksEx.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/NeuralNetworksEx.h b/include/NeuralNetworksEx.h index b34db9e..7dfa959 100644 --- a/include/NeuralNetworksEx.h +++ b/include/NeuralNetworksEx.h @@ -110,7 +110,7 @@ typedef enum { * as input0. * * Outputs: - * * 0: The output tensor, of the same {@link OperandCode} + * * 0: The output tensor, of the same {@link OperandCode} as input0. */ ANEURALNETWORKS_SQUARED_DIFFERENCE_EX = 50006, @@ -130,7 +130,7 @@ typedef enum { * * 0: An n-D tensor, specifying the input. * * Outputs: - * * 0: The output tensor, of the same {@link OperandCode} and shape as input0 + * * 0: The output tensor, of the same {@link OperandCode} and shape as input0. */ ANEURALNETWORKS_NEG_EX = 50007, @@ -149,7 +149,7 @@ typedef enum { * * 0: An n-D tensor, specifying the input. * * Outputs: - * * 0: The output tensor, of the same {@link OperandCode} and shape as input0 + * * 0: The output tensor, of the same {@link OperandCode} and shape as input0. */ ANEURALNETWORKS_EXP_EX = 50008, ANEURALNETWORKS_TENSORFLOW_SUM_EX = 50009, @@ -207,7 +207,7 @@ typedef enum { * * 0: An n-D tensor, specifying the first input. * * Outputs: - * * 0: The output tensor, of the same {@link OperandCode} + * * 0: The output tensor, of the same {@link OperandCode} and shape as input0. */ ANEURALNETWORKS_SQRT_EX = 50016, } OperationCodeEx; // extends OperationCode -- 2.7.4