Home
last modified time | relevance | path

Searched refs:cacheMemory (Results 1 – 10 of 10) 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.0/utils/include/nnapi/hal/1.0/
DBurst.h44 OptionalCacheHold cacheMemory(const nn::SharedMemory& memory) const override;
/hardware/interfaces/neuralnetworks/1.2/utils/include/nnapi/hal/1.2/
DExecutionBurstController.h110 std::pair<int32_t, SharedCleanup> cacheMemory(const nn::SharedMemory& memory);
170 OptionalCacheHold cacheMemory(const nn::SharedMemory& memory) const override;
/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.h95 OptionalCacheHold cacheMemory(const nn::SharedMemory& memory) const override;
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DExecutionBurstServer.cpp138 auto hold = kBurstExecutor->cacheMemory(memory); in addCacheEntryLocked()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DBurst.cpp167 Burst::OptionalCacheHold Burst::cacheMemory(const nn::SharedMemory& memory) const { in cacheMemory() function in aidl::android::hardware::neuralnetworks::utils::Burst