From 901ac77a69661802f3cac1f5f6e53509bdf66e88 Mon Sep 17 00:00:00 2001 From: Slava Shklyaev Date: Mon, 8 Apr 2019 15:35:03 +0100 Subject: [PATCH] Update documentation for MAXIMUM and MINIMUM Bug: 130029167 Test: mma Change-Id: Ieb0c3327a85331243af5e20a1f29f1be316267ee --- current.txt | 2 +- neuralnetworks/1.2/types.hal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/current.txt b/current.txt index fcb8447696..a8062d312c 100644 --- a/current.txt +++ b/current.txt @@ -514,7 +514,7 @@ b83317b66721241887d2770b5ae95fd5af1e77c5daa7530ecb08fae8892f2b43 android.hardwar 92714960d1a53fc2ec557302b41c7cc93d2636d8364a44bd0f85be0c92927ff8 android.hardware.neuralnetworks@1.2::IExecutionCallback 36e1064c869965dee533c537cefbe87e54db8bd8cd45be7e0e93e00e8a43863a android.hardware.neuralnetworks@1.2::IPreparedModel e1c734d1545e1a4ae749ff1dd9704a8e594c59aea7c8363159dc258e93e0df3b android.hardware.neuralnetworks@1.2::IPreparedModelCallback -9b3963253e521cca19fd81aeca83aee6dcfe3bdf2805c07cb2d3f64381709b71 android.hardware.neuralnetworks@1.2::types +b75126d572c1788682a679ab53c2dbdf3fcd75f754b1370dbf09aaad0e19d397 android.hardware.neuralnetworks@1.2::types cf7a4ba516a638f9b82a249c91fb603042c2d9ca43fd5aad9cf6c0401ed2a5d7 android.hardware.nfc@1.2::INfc abf98c2ae08bf765db54edc8068e36d52eb558cff6706b6fd7c18c65a1f3fc18 android.hardware.nfc@1.2::types 4cb252dc6372a874aef666b92a6e9529915aa187521a700f0789065c3c702ead android.hardware.power.stats@1.0::IPowerStats diff --git a/neuralnetworks/1.2/types.hal b/neuralnetworks/1.2/types.hal index 67a61c1ca5..839114fe7b 100644 --- a/neuralnetworks/1.2/types.hal +++ b/neuralnetworks/1.2/types.hal @@ -3516,7 +3516,7 @@ enum OperationType : int32_t { * with input0. * * Outputs: - * * 0: The sum, a tensor of the same {@link OperandType} as input0. + * * 0: A tensor of the same {@link OperandType} as input0. * * Available since API level 29. */ @@ -3537,7 +3537,7 @@ enum OperationType : int32_t { * with input0. * * Outputs: - * * 0: The sum, a tensor of the same {@link OperandType} as input0. + * * 0: A tensor of the same {@link OperandType} as input0. * * Available since API level 29. */