Home
last modified time | relevance | path

Searched refs:makeStepExecutor (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp649 mExecutor = mPlan->makeStepExecutor(mReusable, this); in computeInternal()
853 mExecutor = mPlan->makeStepExecutor(mReusable, this); in computeFencedInternal()
DExecutionPlan.h700 std::shared_ptr<StepExecutor> makeStepExecutor(bool reusable,
DExecutionPlan.cpp1835 std::shared_ptr<StepExecutor> ExecutionPlan::makeStepExecutor( in makeStepExecutor() function in android::nn::ExecutionPlan