Home
last modified time | relevance | path

Searched refs:requestMemoryPools (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/shim_and_sl/
DShimPreparedModel.cpp47 std::vector<std::shared_ptr<::android::nn::sl_wrapper::Memory>>* requestMemoryPools) { in parseInputs() argument
59 requestMemoryPools->push_back(mem); in parseInputs()
70 requestMemoryPools->push_back(memory); in parseInputs()
86 i, requestMemoryPools->at(input.location.poolIndex).get(), in parseInputs()
110 i, requestMemoryPools->at(output.location.poolIndex).get(), in parseInputs()
224 std::vector<std::shared_ptr<::android::nn::sl_wrapper::Memory>> requestMemoryPools; in executeFenced() local
226 &execution, &requestMemoryPools); in executeFenced()
261 std::move(execution), std::move(e), std::move(requestMemoryPools), measureTiming); in executeFenced()
278 std::vector<std::shared_ptr<::android::nn::sl_wrapper::Memory>> requestMemoryPools; in executeSynchronously() local
280 execution.get(), &requestMemoryPools); in executeSynchronously()
/packages/modules/NeuralNetworks/shim_and_sl/include/
DShimPreparedModel.h67 std::vector<std::shared_ptr<::android::nn::sl_wrapper::Memory>>* requestMemoryPools);