Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DMemory.h175 Request::MemoryPool getMemoryPool() const;
H A DManager.cpp514 [](const RuntimeMemory* memory) { return memory->getMemoryPool(); }); in createDriverRequest()
541 const auto pool = memory->getMemoryPool(); in execute()
680 const auto pool = memory->getMemoryPool(); in compute()
H A DMemory.cpp195 Request::MemoryPool RuntimeMemory::getMemoryPool() const { in getMemoryPool() function in android::nn::RuntimeMemory
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestCompliance.cpp175 ahwbMemoryPool = convertToV1_3(ahwb->getMemoryPool()); in TEST_F()