summaryrefslogtreecommitdiff
path: root/nn/driver
AgeCommit message (Expand)Author
2020-11-23Replace direct cgroup access with task profilesSuren Baghdasaryan
2020-11-02Migrate NNAPI runtime to canonical typesSlava Shklyaev
2020-11-02Avoid potential use of uninitialized memoryGreg Kaiser
2020-09-08Merge "nn: Ensure BlobCache entries are aligned by size_t"Treehugger Robot
2020-09-08nn: Ensure BlobCache entries are aligned by size_tStuart Langley
2020-09-01nn: Remove unnecessary includesJim Pollock
2020-08-07nn: remove deprecated gtest macrosJim Pollock
2020-08-04Sample Driver with XNNPACKMiao Wang
2020-07-30Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-07-24Reject extension operations in sample driversSlava Shklyaev
2020-06-03nn: Remove unused dependency on libsync.Stuart Langley
2020-04-15Merge "Include what you use: <fcntl.h>"Tom Cherry
2020-04-14Include what you use: <fcntl.h>Tom Cherry
2020-04-14Fix control flow partial CPU fallback bugSlava Shklyaev
2020-04-01Add syncWait() utility function with richer return value than sync_wait()David Gross
2020-03-16Support memory domain in sample driver fenced execution.Xusong Wang
2020-03-16Support memory domain in sample driver.Xusong Wang
2020-03-13Update the sample driver to validate unspecified output shape forMiao Wang
2020-03-09Cleanup NNAPI QoS DeadlineMichael Butler
2020-02-26Relax setTimeout duration parameterMichael Butler
2020-02-26Implement loop timeout in CpuExecutorSlava Shklyaev
2020-02-26Incorporate loop timeout HAL changesSlava Shklyaev
2020-02-26Add control flow performance reporting to sample driversSlava Shklyaev
2020-02-11Implement SamplePreparedModel::executeFencedMiao Wang
2020-02-11Change the sample driver name to follow the specification.Miao Wang
2020-02-06NNAPI runtime: Remove priority from prepareModelFromCacheMichael Butler
2020-01-30Update sync fence related APIsMiao Wang
2020-01-27Sync fence support in NNAPIMiao Wang
2020-01-27Implement QoS in NNAPIMichael Butler
2020-01-27Add QoS types to NNAPI runtimeMichael Butler
2020-01-27Incorporate control flow HAL changesSlava Shklyaev
2020-01-21Memory Domain Runtime: HAL APIs.Xusong Wang
2020-01-06NN Runtime: Upgrade IPreparedModel::executeSynchronously to 1.3.Xusong Wang
2019-11-26Make sample drivers not able to prepare models they don't supportLev Proleev
2019-11-21Replace GraphicBuffer with AHardwareBuffer.Przemyslaw Szczepaniak
2019-11-19NN Runtime: Upgrade IPreparedModel::execute to 1.3.Xusong Wang
2019-11-19NN Runtime: Upgrade IPreparedModelCallback::notify to 1.3.Xusong Wang
2019-10-28Improve performance of Burst executionsMichael Butler
2019-10-16Add HAL version 1.3 and add TENSOR_QUANT8_ASYMM_SIGNED OperandTypeLev Proleev
2019-10-10Revert "Add HAL version 1.3 and add TENSOR_QUANT8_ASYMM_SIGNED OperandType"Lev Proleev
2019-10-09Add HAL version 1.3 and add TENSOR_QUANT8_ASYMM_SIGNED OperandTypeLev Proleev
2019-09-11Cleanup CacheToken and HalInterfacesMichael Butler
2019-09-06Remove libhwbinder/libhidltransport depsSteven Moreland
2019-08-23clang-format for frameworks/ml/nnMichael Butler
2019-08-16Format .bp filesMichael Butler
2019-07-30Fix names of #include guard symbols.David Gross
2019-07-25Cleanup HalInterfaces.hMichael Butler
2019-07-19Remove stale TODOs.Xusong Wang
2019-07-17Make model preparation asynchronous in sample driverMichael Butler
2019-07-09Check HIDL ICallback return values in sample driversMichael Butler