summaryrefslogtreecommitdiff
path: root/nn/driver
AgeCommit message (Expand)Author
2019-07-03Rationalize names of #include guard symbols.David Gross
2019-05-10Extend random graph tests to exercise partitioning algorithm.David Gross
2019-05-08Follow up CL to "Adjust code in response to Burst validation tests"Michael Butler
2019-05-08Adjust code in response to Burst validation testsMichael Butler
2019-04-22Cache ExecutionBurstServer memory resourcesMichael Butler
2019-04-08Finish work on collecting execution duration. Add tests and execution state e...David Gross
2019-04-02NNAPI Burst object cleanupMichael Butler
2019-03-29Merge "switch to using android-base/file.h instead of android-base/test_utils.h"Treehugger Robot
2019-03-22Fix caching interface according to vendor feedback.Xusong Wang
2019-03-22Add @V1_2::Capabilities to support all non extension operand types.David Gross
2019-03-21switch to using android-base/file.h instead of android-base/test_utils.hMark Salyzyn
2019-02-26Use GraphicBuffer API to access BLOB mode hardware buffer.Miao Wang
2019-02-15Update verbose logging flag when SampleDriver is createdMichael Butler
2019-02-12Enable sample drivers to provide custom CPU implementationsSlava Shklyaev
2019-01-30Add getSupportedExtensions to sample driversSlava Shklyaev
2019-01-29Modify drivers for compilation caching HAL change.Xusong Wang
2019-01-29NNAPI Burst -- runtime utilityMichael Butler
2019-01-24Update API to allow collecting execution duration.David Gross
2019-01-24Add AHardwareBuffer support for NNAPIMiao Wang
2019-01-24NNAPI Burst -- runtime V1_2 skeletal implementationMichael Butler
2019-01-24Implement dynamic output shape in CpuExecutor and Sample Driver.Xusong Wang
2019-01-24Implement IDevice::getType in SampleDriverMiao Wang
2019-01-24Support dynamic output shape in 1.2 HAL interface.Xusong Wang
2019-01-02Support @1.2::IPreparedModel::executeSynchronously().David Gross
2018-12-13Add versioned interface for 1.2 HAL changes.Xusong Wang
2018-12-07Configure the sample drivers with init_rc and vintf_fragmentsMichael Butler
2018-10-22Implement getVersionString in SampleDriverMiao Wang
2018-10-19Fix implicit-fallthrough warnings.Chih-Hung Hsieh
2018-09-21Upgrade sample driver to v1.2Slava Shklyaev
2018-08-15Disable OpenMP for CPU fallback implementation.Miao Wang
2018-06-18NNAPI systrace for timing statisticsMika Raento
2018-05-09Remove pointer values from the log and hide certain verbose loggingMiao Wang
2018-04-18NNAPI: Add execution preference to prepareModel (runtime)Michael Butler
2018-04-18Upgrade NeuralNetworks v1.0 to v1.1 followup CLMichael Butler
2018-04-04Add more validation to the HALMichael Butler
2018-03-22Enable openmp multi-threading for NNAPI CPU path.Miao Wang
2018-03-05Add Capabilities::relaxedFloat32toFloat16Performance for 1.1.David Gross
2018-03-05Removed subdirs from Android.bp fileMichael Butler
2018-03-05Upgrade 1.0 sample driver to 1.1Michael Butler
2018-01-31Upgrade NeuralNetworks v1.0 to v1.1.Michael Butler
2017-12-05Remove unused private fields and local variables.Chih-Hung Hsieh
2017-12-01"Canonicalize" class RunTimePoolInfo.David Gross
2017-12-01Random testing of partitioned versus non-partitioned execution.David Gross
2017-11-29Fix RunTimePoolInfo leak of shared memory regions.David Gross
2017-11-15Improve validation of the HAL structures.Jean-Luc Brouillet
2017-10-12Pass large model operand values in shared memory.Jean-Luc Brouillet
2017-10-12Fix vlog initialization in sample drivers.Jean-Luc Brouillet
2017-10-06Allow fine grain verbose logging control through system property.Miao Wang
2017-10-02NNAPI Runtime: Change IEvent to explicit callbacksMichael Butler
2017-09-27Create mutiple sample test driversJean-Luc Brouillet