From 91a30c1ceab9d27dd491fd961c70217b20c27578 Mon Sep 17 00:00:00 2001 From: David Gross Date: Tue, 7 Dec 2021 15:51:42 -0800 Subject: [PATCH] FL7: Refine REVERSE specification Test: N/A Bug: 202280925 Change-Id: Iae1f177254023c750c701e6594a61f3958de538c --- .../aidl/android/hardware/neuralnetworks/OperationType.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neuralnetworks/aidl/android/hardware/neuralnetworks/OperationType.aidl b/neuralnetworks/aidl/android/hardware/neuralnetworks/OperationType.aidl index aebe8d9c93..0ad254dc4e 100644 --- a/neuralnetworks/aidl/android/hardware/neuralnetworks/OperationType.aidl +++ b/neuralnetworks/aidl/android/hardware/neuralnetworks/OperationType.aidl @@ -5385,7 +5385,7 @@ enum OperationType { * must be in the range [0, n). * * Outputs: - * * 0: The reversed tensor. + * * 0: The reversed tensor of the same shape as the input tensor. * For {@link OperandType::TENSOR_QUANT8_ASYMM} and * {@link OperandType::TENSOR_QUANT8_ASYMM_SIGNED} tensors, * the scales and zeroPoint must be the same as input0.