Home
last modified time | relevance | path

Searched refs:getMemoryPool (Results 1 – 4 of 4) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DMemory.h175 Request::MemoryPool getMemoryPool() const;
DManager.cpp569 [](const RuntimeMemory* memory) { return memory->getMemoryPool(); }); in createDriverRequest()
597 const auto pool = memory->getMemoryPool(); in execute()
745 const auto pool = memory->getMemoryPool(); in compute()
DMemory.cpp199 Request::MemoryPool RuntimeMemory::getMemoryPool() const { in getMemoryPool() function in android::nn::RuntimeMemory
/packages/modules/NeuralNetworks/runtime/test/
DTestCompliance.cpp151 const Request::MemoryPool ahwbMemoryPool = ahwb->getMemoryPool(); in TEST_F()