Home
last modified time | relevance | path

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

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