summaryrefslogtreecommitdiff
path: root/nn/runtime/Memory.cpp
AgeCommit message (Expand)Author
2020-04-24Simplify IDevice reboot logicMichael Butler
2020-04-17Add NNT_static internal tests for device memory allocation.Xusong Wang
2020-04-09Increase guaranteed BLOB AHWB support feature level to Android R.Xusong Wang
2020-04-08Merge "Support the fallback path with device memories." into rvc-devXusong Wang
2020-04-07Handle CONSTANT_REFERENCEs in generated CTS testsSlava Shklyaev
2020-04-02Support the fallback path with device memories.Xusong Wang
2020-03-23Enable DeviceMemoryTest for control flow modelsSlava Shklyaev
2020-03-17Cache memory mapping within the memory object.Xusong Wang
2020-03-17If possible use BLOB mode AHWB instead of ashmem for a memory object created ...Xusong Wang
2020-03-17Merge "Implement fallback strategy of device memory allocation." into rvc-devXusong Wang
2020-03-16Implement fallback strategy of device memory allocation.Xusong Wang
2020-03-13Handle non-POINTER memory types in getBufferSlava Shklyaev
2020-02-05NN runtime: ANAPIC review follow upMichael Butler
2020-01-17Memory Domain Runtime: Explicit memory copying.Xusong Wang
2020-01-17Memory Domain Runtime: Device memory as execution I/O.Xusong Wang
2020-01-17Memory Domain Runtime: NDK ANNMemory allocator interface.Xusong Wang
2020-01-16Memory Domain Runtime: NDK ANNMemoryDesc.Xusong Wang
2020-01-16Memory Domain Runtime: HAL APIs.Xusong Wang
2019-08-16Cleanup NNAPI runtime Memory objectsMichael Butler
2019-07-31clang-format for frameworks/ml/nnMichael Butler
2019-07-19Cleanup HalInterfaces.hMichael Butler
2019-07-01Extract android::nn::allocateSharedMemory into a separate header fileSlava Shklyaev
2019-04-01Propagate ANNMemory_free to IBurstContext::freeMemoryMichael Butler
2019-03-11Remove redundant check for fd.Miao Wang
2018-04-20Error code fix and added new (std::nothrow) where needed.Przemyslaw Szczepaniak
2018-04-16Remove pointer values from the log and hide certain verbose loggingMiao Wang
2017-11-29Fix RunTimePoolInfo leak of shared memory regions.David Gross
2017-11-22Fix MemoryFd leak of shared memory regions.David Gross
2017-10-12Pass large model operand values in shared memory.Jean-Luc Brouillet
2017-09-28Moved validation to the specific classes.Jean-Luc Brouillet
2017-08-29Add full support for Memory pools.Jean-Luc Brouillet