Searched refs:requestMemoryPools (Results 1 – 2 of 2) sorted by relevance
47 std::vector<std::shared_ptr<::android::nn::sl_wrapper::Memory>>* requestMemoryPools) { in parseInputs() argument59 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() local226 &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() local280 execution.get(), &requestMemoryPools); in executeSynchronously()
67 std::vector<std::shared_ptr<::android::nn::sl_wrapper::Memory>>* requestMemoryPools);