platform_hardware_interfaces/neuralnetworks
Xusong Wang af9ac3b8a0 Suppress gtest error for tests without any instance
NNAPI VTS is parameterized by discovered devices. When there is no
device available, the compilation caching and memory domain tests will
not be instantiated, and will cause a gtest error. This patch suppresses
the error by GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST macro.

Bug: 168152007
Test: 1.2/1.3 VTS without NNAPI driver
Change-Id: I715ae6f45df66e4a03c12b5d3f38bcc028a9ed7c
2020-09-11 10:55:36 -07:00
..
1.0 Suppress gtest error for tests without any instance 2020-07-28 15:12:32 -07:00
1.1 Suppress gtest error for tests without any instance 2020-07-28 15:12:32 -07:00
1.2 Suppress gtest error for tests without any instance 2020-09-11 10:55:36 -07:00
1.3 Suppress gtest error for tests without any instance 2020-09-11 10:55:36 -07:00
README Add README to NeuralNetworks HAL 2018-03-05 12:59:35 -08:00
TEST_MAPPING Change NNAPI VTS TEST_MAPPING to restrict testing on sample drivers 2019-10-29 19:08:38 -07:00

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