summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlava Shklyaev <slavash@google.com>2019-04-08 15:29:46 +0100
committerPrzemyslaw Szczepaniak <pszczepaniak@google.com>2019-05-17 08:48:29 +0100
commit92889e336e5e6b74509ab45bc8117d6d08797b91 (patch)
treece61cb0d370948d7f74cf1243e35eadb4e57f404
parent9ec2e391f4fe045140b80608f79e1108e37d82f7 (diff)
downloadml-92889e336e5e6b74509ab45bc8117d6d08797b91.tar.gz
Update documentation for MAXIMUM and MINIMUM
Bug: 130029167 Test: N/A Change-Id: I2aca3a62d307c5ec3542222b6a4432e5d4a90252 Merged-In: I2aca3a62d307c5ec3542222b6a4432e5d4a90252 (cherry picked from commit 81f5aa18a6d496c97682fb7d8813377476384571)
-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.
*/