Home
last modified time | relevance | path

Searched refs:cacheMemory (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/neuralnetworks/utils/common/src/
DInvalidBurst.cpp29 InvalidBurst::OptionalCacheHold InvalidBurst::cacheMemory( in cacheMemory() function in android::hardware::neuralnetworks::utils::InvalidBurst
DResilientBurst.cpp101 ResilientBurst::OptionalCacheHold ResilientBurst::cacheMemory( in cacheMemory() function in android::hardware::neuralnetworks::utils::ResilientBurst
103 return getBurst()->cacheMemory(memory); in cacheMemory()
/hardware/interfaces/neuralnetworks/utils/common/include/nnapi/hal/
DInvalidBurst.h32 OptionalCacheHold cacheMemory(const nn::SharedMemory& memory) const override;
DResilientBurst.h47 OptionalCacheHold cacheMemory(const nn::SharedMemory& memory) const override;
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DBurst.h108 std::pair<int32_t, SharedCleanup> cacheMemory(const nn::SharedMemory& memory);
168 OptionalCacheHold cacheMemory(const nn::SharedMemory& memory) const override;
/hardware/interfaces/neuralnetworks/1.0/utils/include/nnapi/hal/1.0/
DBurst.h44 OptionalCacheHold cacheMemory(const nn::SharedMemory& memory) const override;
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DBurst.cpp123 std::pair<int32_t, Burst::MemoryCache::SharedCleanup> Burst::MemoryCache::cacheMemory( in cacheMemory() function in android::hardware::neuralnetworks::V1_2::utils::Burst::MemoryCache
301 Burst::OptionalCacheHold Burst::cacheMemory(const nn::SharedMemory& memory) const { in cacheMemory() function in android::hardware::neuralnetworks::V1_2::utils::Burst
302 auto [slot, hold] = mMemoryCache->cacheMemory(memory); in cacheMemory()
342 auto [slot, hold] = mMemoryCache->cacheMemory(std::get<nn::SharedMemory>(memoryPool)); in execute()
389 auto [slot, hold] = mMemoryCache->cacheMemory(std::get<nn::SharedMemory>(memoryPool)); in createReusableExecution()
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DBurst.cpp47 Burst::OptionalCacheHold Burst::cacheMemory(const nn::SharedMemory& /*memory*/) const { in cacheMemory() function in android::hardware::neuralnetworks::V1_0::utils::Burst
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DBurst.h97 OptionalCacheHold cacheMemory(const nn::SharedMemory& memory) const override;
/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/
DBurst.cpp140 auto hold = burst.cacheMemory(memory); in add()
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/
DBurst.cpp132 auto hold = kBurstExecutor->cacheMemory(memory); in addCacheEntryLocked()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DBurst.cpp175 Burst::OptionalCacheHold Burst::cacheMemory(const nn::SharedMemory& memory) const { in cacheMemory() function in aidl::android::hardware::neuralnetworks::utils::Burst