/hardware/interfaces/neuralnetworks/utils/common/src/ |
D | InvalidBurst.cpp | 29 InvalidBurst::OptionalCacheHold InvalidBurst::cacheMemory( in cacheMemory() function in android::hardware::neuralnetworks::utils::InvalidBurst
|
D | ResilientBurst.cpp | 101 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/ |
D | InvalidBurst.h | 32 OptionalCacheHold cacheMemory(const nn::SharedMemory& memory) const override;
|
D | ResilientBurst.h | 47 OptionalCacheHold cacheMemory(const nn::SharedMemory& memory) const override;
|
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/ |
D | Burst.h | 108 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/ |
D | Burst.h | 44 OptionalCacheHold cacheMemory(const nn::SharedMemory& memory) const override;
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | Burst.cpp | 123 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/ |
D | Burst.cpp | 47 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/ |
D | Burst.h | 97 OptionalCacheHold cacheMemory(const nn::SharedMemory& memory) const override;
|
/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/ |
D | Burst.cpp | 140 auto hold = burst.cacheMemory(memory); in add()
|
/hardware/interfaces/neuralnetworks/utils/adapter/hidl/src/ |
D | Burst.cpp | 132 auto hold = kBurstExecutor->cacheMemory(memory); in addCacheEntryLocked()
|
/hardware/interfaces/neuralnetworks/aidl/utils/src/ |
D | Burst.cpp | 175 Burst::OptionalCacheHold Burst::cacheMemory(const nn::SharedMemory& memory) const { in cacheMemory() function in aidl::android::hardware::neuralnetworks::utils::Burst
|