Searched refs:makeStepExecutor (Results 1 – 3 of 3) sorted by relevance
649 mExecutor = mPlan->makeStepExecutor(mReusable, this); in computeInternal()853 mExecutor = mPlan->makeStepExecutor(mReusable, this); in computeFencedInternal()
700 std::shared_ptr<StepExecutor> makeStepExecutor(bool reusable,
1835 std::shared_ptr<StepExecutor> ExecutionPlan::makeStepExecutor( in makeStepExecutor() function in android::nn::ExecutionPlan