platform_hardware_interfaces/neuralnetworks
Lev Proleev 923b8c5842 Fix VTS tests.
* Adds a specification of invalid scale and zero point for TENSOR_BOOL8.
This fixes vts failures for comparison ops.
* Removes (FUNDAMENTAL_MIN - 1) from invalid OperationTypes.
FUNDAMENTAL_MIN is equal to 0 and resulting -1 was statically casted to
uint32_t and passed 4294967295 as an invalid OperationType. However, our
validateOperation function interpreted this ID as an extension ID and
didn't fail.
* Adds mutateOperationOperandTypeSkip for QUANTIZE and DEQUANTIZE.
* Adds removeOperandSkip for BIDIRECTIONAL_SEQUENCE_RNN.

Fix: 121130841
Fix: 123247345
Test: VtsHalNeuralnetworksV1_2TargetTest --hal_service_instance=android.hardware.neuralnetworks@1.2::IDevice/sample-all
Change-Id: Iefb502c6b9301d5470eb4cdaa46d398f1a0e512a
2019-01-31 14:00:31 +00:00
..
1.0 Add VTS tests for NNAPI compilation caching. 2019-01-29 08:59:06 -08:00
1.1 Add VTS tests for NNAPI compilation caching. 2019-01-29 08:59:06 -08:00
1.2 Fix VTS tests. 2019-01-31 14:00:31 +00:00
README Add README to NeuralNetworks HAL 2018-03-05 12:59:35 -08:00

NeuralNetworks sample driver implementation is located at
frameworks/ml/nn/driver/sample.