Add NNAPI specification and infrastructure for FL7.

Adds operations MIRROR_PAD and REVERSE.
Extends RSQRT to support QUANT8_ASYMM and QUANT8_ASYMM_SIGNED.

DOES NOT include tests or CPU reference implementation.

Bug: 202280917

Test: NeuralNetworksTest_static
Test: VtsHalNeuralnetworksTargetTest

Merged-In: I0b2133346b996849faac00c46885e3633c78f024
Change-Id: I0b2133346b996849faac00c46885e3633c78f024
(cherry picked from commit 04ed8595b5)
This commit is contained in:
David Gross
2021-11-17 15:39:18 -08:00
parent 1323e4bd90
commit 2edfc467f1
6 changed files with 88 additions and 4 deletions

View File

@@ -405,7 +405,7 @@
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.neuralnetworks</name>
<version>1-2</version>
<version>1-3</version>
<interface>
<name>IDevice</name>
<regex-instance>.*</regex-instance>