summaryrefslogtreecommitdiff
path: root/nn/runtime/Memory.h
AgeCommit message (Expand)Author
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-04-02Change PreparedModel execute interface to use vector instead of MemoryTracker.Xusong Wang
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-16Merge "Handle non-POINTER memory types in getBuffer" into rvc-devSlava Shklyaev
2020-03-13Support memory domain in sample driver.Xusong Wang
2020-03-13Handle non-POINTER memory types in getBufferSlava Shklyaev
2020-03-12Remove obsolete TODOs and use bug number instead of ldapMiao Wang
2020-02-05NN runtime: ANAPIC review follow upMichael Butler
2020-01-17Fix build failure on cf_x86_phone-userdebug_coverage.Xusong Wang
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-27Let execute take const ModelArgumentInfo and MemoryTracker.Xusong Wang
2019-08-16Cleanup NNAPI runtime Memory objectsMichael Butler
2019-07-26Fix names of #include guard symbols.David Gross
2019-07-19Cleanup HalInterfaces.hMichael Butler
2019-07-10Change external local includes to system includesMichael Butler
2019-07-03Merge "Rationalize names of #include guard symbols."David Gross
2019-07-02Replace 'void ModelBuilder::setHidlModel(Model* model) const' with 'Model Mod...David Gross
2019-07-01Rationalize names of #include guard symbols.David Gross
2019-04-01Propagate ANNMemory_free to IBurstContext::freeMemoryMichael Butler
2019-01-24Fix nullptr checkGreg Kaiser
2019-01-23Add AHardwareBuffer support for NNAPIMiao Wang
2017-12-01"Canonicalize" class RunTimePoolInfo.David Gross
2017-11-22Fix MemoryFd leak of shared memory regions.David Gross
2017-09-28Moved validation to the specific classes.Jean-Luc Brouillet
2017-09-12Update ANeuralNetworksMemory related APIMiao Wang
2017-09-08Add support for mmaped file descriptorMiao Wang
2017-09-02Improvements to the Memory code.Jean-Luc Brouillet
2017-08-31Cleanup the constants in NeuralNetworks.hJean-Luc Brouillet
2017-08-29Add full support for Memory pools.Jean-Luc Brouillet