platform_hardware_interfaces/neuralnetworks
Jordan R Abrahams-Whitehead 745c351b8b vts: Upsize 8bit uniform_int_distribution
uniform_int_distribution<a> for types sizeof(a) < 2 are
not valid by the C++ library standard. Newer versions of LLVM
(particularly spurred on by ChromeOS toolchain changes)
require at least std::uniform_int_distribution<uint16_t>.

This is a required change for rolling LLVM to r458507.
This is necessary, but may not be sufficient to resolve
the issue.

Bug: 231351802
Test: mma
Change-Id: I04c3cc91507f3467c432b9a25effdac3f5fb56f3
2022-05-30 22:30:54 +00:00
..
1.0 Move NN_TRY macro out of struct initialization 2022-04-29 14:32:10 -07:00
1.1 Move NN_TRY macro out of struct initialization 2022-04-29 14:32:10 -07:00
1.2 vts: Upsize 8bit uniform_int_distribution 2022-05-30 22:30:54 +00:00
1.3 vts: Upsize 8bit uniform_int_distribution 2022-05-30 22:30:54 +00:00
aidl vts: Upsize 8bit uniform_int_distribution 2022-05-30 22:30:54 +00:00
utils Handle case where NN AIDL callback is null in IDevice::prepareModel* 2022-04-21 16:40:09 -07: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*.