Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.h457 std::pair<int, std::shared_ptr<RuntimeExecution>> getReusableExecution();
DExecutionBuilder.cpp1490 std::pair<int, std::shared_ptr<RuntimeExecution>> StepExecutor::getReusableExecution() { in getReusableExecution() function in android::nn::StepExecutor
1519 auto [nCreate, execution] = getReusableExecution(); in compute()
1555 auto [nCreate, execution] = getReusableExecution(); in computeFenced()