Correction of comments by adding shape info in NeuralNetworksEx.h (#3463)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Tue, 6 Nov 2018 00:41:18 +0000 (06:11 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 6 Nov 2018 00:41:18 +0000 (09:41 +0900)
This patch will add correction in comments by adding shape info in NeuralNetworksEx.h

Signed-off-by: shubham <shub98.gupta@samsung.com>
include/NeuralNetworksEx.h

index b34db9e..7dfa959 100644 (file)
@@ -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