* 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,
* * 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,
* * 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,
* * 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