e16af0a44b
This CL does additional NNAPI VTS test cleanup, including consolidating duplicate functionality. Specifically, this CL: * consolidates the createPreparedModel function, removing the duplicate * consolidates the std::out ErrorStatus and DeviceStatus code into Utils * changes non-null constant pointers to constant references * removes redudant leading namespace specifiers (V1_0::, ::testing, etc.) * makes the Valdiation tests free functions * renames device to kDevice and mTestModel to kTestModel Bug: N/A Test: mma Test: VtsHalNeuralnetworksV1_*TargetTest (with sample-all) Change-Id: Ic401bb1f1760cc10384ac0d30c0c93409b63a9c7 |
||
---|---|---|
.. | ||
1.0 | ||
1.1 | ||
1.2 | ||
README | ||
TEST_MAPPING |
NeuralNetworks sample driver implementation is located at frameworks/ml/nn/driver/sample.