commit | 60b2f9730e9ef27fb226d8054ed525b61075696c | [log] [tgz] |
---|---|---|
author | Ian Hua <ianhua@google.com> | Wed Sep 15 15:45:55 2021 +0100 |
committer | Ian Hua <ianhua@google.com> | Wed Sep 15 15:45:55 2021 +0100 |
tree | 2e76c37fbb8b2385262e46fccb428685d7ab3968 | |
parent | 650dc957ee238be78f866db019bfcf64c68dfa01 [diff] |
Fix aidl_format errors for NNAPI AIDL. Test: mm Change-Id: I21576c79396c03cb741b576eee157560579f13a8
diff --git a/neuralnetworks/aidl/android/hardware/neuralnetworks/OperationType.aidl b/neuralnetworks/aidl/android/hardware/neuralnetworks/OperationType.aidl index 8585bda..52d2d70 100644 --- a/neuralnetworks/aidl/android/hardware/neuralnetworks/OperationType.aidl +++ b/neuralnetworks/aidl/android/hardware/neuralnetworks/OperationType.aidl
@@ -2285,7 +2285,7 @@ * * 0: An (n - 1)-D {@link OperandType::TENSOR_INT32} tensor. * If input is 1-dimensional, the output shape is [1]. */ - ARGMIN = 40, // See ARGMAX for naming discussion. + ARGMIN = 40, // See ARGMAX for naming discussion. /** * Transform axis-aligned bounding box proposals using bounding box deltas.