commit | 80502796abb27e69d79da96dc595751cd7f458ab | [log] [tgz] |
---|---|---|
author | Ian Hua <ianhua@google.com> | Tue Sep 21 10:27:22 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 21 10:27:22 2021 +0000 |
tree | 7de2f6fb4b058bc61f62e39f2f90b01e0ae52bb5 | |
parent | bd7df07b2a33b5cf0941ce03df0c72a79a3f7b3c [diff] | |
parent | 60b2f9730e9ef27fb226d8054ed525b61075696c [diff] |
Merge "Fix aidl_format errors for NNAPI AIDL."
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.