platform_hardware_interfaces/neuralnetworks
rayhdez a6d6002431 Making NN hardware interface libs "host supported"
Changing static libraries in hardware/interfaces/neuralnetworks to be
"host supported", meaning that the libraries within this directory
will be available on the host/linux build to make integration and
debugging more efficient.

Host Supported Libs:
* neuralnetworks_utils_hal_1_0
* neuralnetworks_utils_hal_1_1
* neuralnetworks_utils_hal_1_2
* neuralnetworks_utils_hal_1_3
* neuralnetworks_utils_hal_aidl
* neuralnetworks_utils_hal_common

Host Supported Tests:
* neuralnetworks_utils_hal_1_0_test
* neuralnetworks_utils_hal_1_1_test
* neuralnetworks_utils_hal_1_2_test
* neuralnetworks_utils_hal_1_3_test
* neuralnetworks_utils_hal_aidl_test
* neuralnetworks_utils_hal_common_test

Bug: 146324523
Test: neuralnetworks_utils_hal_*_test
Change-Id: I1d7c665169d2ce0c978b1e510e71f1371402a950
2021-07-27 22:14:05 +00:00
..
1.0 Making NN hardware interface libs "host supported" 2021-07-27 22:14:05 +00:00
1.1 Making NN hardware interface libs "host supported" 2021-07-27 22:14:05 +00:00
1.2 Making NN hardware interface libs "host supported" 2021-07-27 22:14:05 +00:00
1.3 Making NN hardware interface libs "host supported" 2021-07-27 22:14:05 +00:00
aidl Making NN hardware interface libs "host supported" 2021-07-27 22:14:05 +00:00
utils Making NN hardware interface libs "host supported" 2021-07-27 22:14:05 +00:00
README
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.