platform_hardware_interfaces/neuralnetworks
Chih-Hung Hsieh ad1bf31b78 Add timed out test files to tidy_timeout_srcs
* Timed out runs do not show any warning messages.
* These test files cannot finish clang-tidy runs with
  the following settings:
    TIDY_TIMEOUT=90
    WITH_TIDY=1
    CLANG_ANALYZER_CHECKS=1
* When TIDY_TIMEOUT is set, in Android continuous builds,
  tidy_timeout_srcs files will not be compiled by clang-tidy.
  When developers build locally without TIDY_TIMEOUT,
  tidy_timeout_srcs files will be compiled.
* Some of these test modules may be split into smaller ones,
  or disable some time consuming checks, and then
  enable clang-tidy to run within limited time.

Bug: 201099167
Test: make droid tidy-hardware-interfaces_subset
Change-Id: I1de28f1572fff368f67eab512fffec9f2e5c2a9b
2022-02-18 17:25:41 -08:00
..
1.0 Merge "Cleanup NN utility libraries' dependencies" 2022-01-20 23:36:09 +00:00
1.1 Merge "Cleanup NN utility libraries' dependencies" 2022-01-20 23:36:09 +00:00
1.2 Add timed out test files to tidy_timeout_srcs 2022-02-18 17:25:41 -08:00
1.3 Add timed out test files to tidy_timeout_srcs 2022-02-18 17:25:41 -08:00
aidl Add timed out test files to tidy_timeout_srcs 2022-02-18 17:25:41 -08:00
utils Add timed out test files to tidy_timeout_srcs 2022-02-18 17:25:41 -08:00
OWNERS Update NNAPI owners file 2022-01-04 09:45:05 -08:00
README Consolidate NNAPI OWNERS files 2021-11-15 20:22:41 +00: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
packages/modules/NeuralNetworks/driver/sample*.