summaryrefslogtreecommitdiff
path: root/nn/Android.bp
AgeCommit message (Expand)Author
2019-08-26Defines an unified test model struct.Xusong Wang
2019-08-16Format .bp filesMichael Butler
2019-07-16Clang infers -mavx functionality in -mavx2. Removed -mavx flagjaishank
2019-06-07Enable generation of Intel(R) AVX/AVX2 Instructionsjaishank
2018-05-25Add Asan test target to NNAPIMika Raento
2018-05-21Validate strided slice output dims in cpu executorMika Raento
2018-03-05Removed subdirs from Android.bp fileMichael Butler
2018-03-05Make unit test framework friendly to vendor driversI-Jui (Ray) Sung
2017-12-20Build using -O3 instead of the default -O2.David Gross
2017-09-25Move some debugging capabilities under #ifdef NN_DEBUGGABLE.David Gross
2017-09-13Generated VTS tests and minor tweak on test harnessI-Jui (Ray) Sung
2017-09-09Support example that has tensors of different typesI-Jui (Ray) Sung
2017-09-03Create a nn/driver directory.Jean-Luc Brouillet
2017-08-10Make caching engine buildable.David Gross
2017-07-29Remove neuralnetworks HAL from frameworks/ml/nn/hardware/interfacesMichael Butler
2017-07-25Pass the model as an HIDL component.Jean-Luc Brouillet
2017-07-14First implementation of the Neural Networks API.Jean-Luc Brouillet
2017-07-03First draft of the Neural Networks HAL.Jean-Luc Brouillet