Home
last modified time | relevance | path

Searched refs:addCacheEntry (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/common/include/
DExecutionBurstServer.h221 virtual void addCacheEntry(const hardware::hidl_memory& memory, int32_t slot) = 0;
/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp64 void addCacheEntry(const hardware::hidl_memory& memory, int32_t slot) override { in addCacheEntry() function in android::nn::__anon357ddaec0111::DefaultBurstExecutorWithCache
613 mExecutorWithCache->addCacheEntry(returnedMemories[i], unknownSlots[i]); in ensureCacheEntriesArePresentLocked()
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriver.cpp778 void addCacheEntry(const hardware::hidl_memory& memory, int32_t slot) override { in addCacheEntry() function in android::nn::sample_driver::BurstExecutorWithCache