summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nn/runtime/include/NeuralNetworks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nn/runtime/include/NeuralNetworks.h b/nn/runtime/include/NeuralNetworks.h
index c25e3518f..446c765b1 100644
--- a/nn/runtime/include/NeuralNetworks.h
+++ b/nn/runtime/include/NeuralNetworks.h
@@ -3584,7 +3584,7 @@ typedef enum {
* with input0.
*
* Outputs:
- * * 0: The sum, a tensor of the same {@link OperandCode} as input0.
+ * * 0: A tensor of the same {@link OperandCode} as input0.
*
* Available since API level 29.
*/
@@ -3607,7 +3607,7 @@ typedef enum {
* with input0.
*
* Outputs:
- * * 0: The sum, a tensor of the same {@link OperandCode} as input0.
+ * * 0: A tensor of the same {@link OperandCode} as input0.
*
* Available since API level 29.
*/