platform_hardware_interfaces/neuralnetworks
Michael Butler ff9a5a527a Allow implicit conversions for NN errors -- hal
This change allows GeneralErrors to be created from a string and allows
ExecutionErrors to be created from a string or a GeneralError.
This makes error handling more terse, removing the need for helper
functions such as makeGeneralFailure or makeExecutionFailure.

Bug: N/A
Test: mma
Change-Id: I8c5e80a2eb4f399fad64aab763fe6fa08cf8d1db
2021-10-15 16:37:09 -07:00
..
1.0 Allow implicit conversions for NN errors -- hal 2021-10-15 16:37:09 -07:00
1.1 Allow implicit conversions for NN errors -- hal 2021-10-15 16:37:09 -07:00
1.2 Allow implicit conversions for NN errors -- hal 2021-10-15 16:37:09 -07:00
1.3 Allow implicit conversions for NN errors -- hal 2021-10-15 16:37:09 -07:00
aidl Allow implicit conversions for NN errors -- hal 2021-10-15 16:37:09 -07:00
utils Allow implicit conversions for NN errors -- hal 2021-10-15 16:37:09 -07:00
README Add README to NeuralNetworks HAL 2018-03-05 12:59:35 -08:00
TEST_MAPPING Add canonical types adapters for NNAPI AIDL interface 2021-03-16 11:57:04 -07:00

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