Home
last modified time | relevance | path

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

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