Searched refs:requestMemoryPools (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimPreparedModel.cpp | 50 std::vector<std::shared_ptr<::android::nn::sl_wrapper::Memory>>* requestMemoryPools, in parseInputs() argument 64 requestMemoryPools->push_back(mem); in parseInputs() 75 requestMemoryPools->push_back(memory); in parseInputs() 102 i, requestMemoryPools->at(input.location.poolIndex).get(), in parseInputs() 129 i, requestMemoryPools->at(output.location.poolIndex).get(), in parseInputs() 259 std::vector<std::shared_ptr<::android::nn::sl_wrapper::Memory>> requestMemoryPools, in executeFencedInternal() argument 296 execution, std::move(e), requestMemoryPools, measureTiming); in executeFencedInternal() 316 std::vector<std::shared_ptr<::android::nn::sl_wrapper::Memory>> requestMemoryPools; in executeFencedCommon() local 319 &requestMemoryPools, executionHints, extensionNameToPrefix); in executeFencedCommon() 323 return executeFencedInternal(mNnapi, execution, std::move(requestMemoryPools), waitFor, in executeFencedCommon() [all …]
|
/packages/modules/NeuralNetworks/shim_and_sl/include/ |
D | ShimPreparedModel.h | 80 std::vector<std::shared_ptr<::android::nn::sl_wrapper::Memory>>* requestMemoryPools,
|