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