Lines Matching refs:mPlan
155 mPlan(&compilation->mPlan), in ExecutionBuilder()
165 CHECK(mPlan->isSimple()); in SimpleExecutionBuilder()
170 CHECK(mPlan->isCompound()); in CompoundExecutionBuilder()
174 return mPlan->getSourceModels().getModel(index); in getSourceModel()
649 mExecutor = mPlan->makeStepExecutor(mReusable, this); in computeInternal()
684 auto controller = mPlan->makeController(this, burstBuilder); in computeInternal()
698 ? mPlan->fallback(controller, &executor, &burstController, &outputShapes) in computeInternal()
699 : mPlan->next(controller, &executor, &burstController, &outputShapes); in computeInternal()
774 cpuFallbackPartial(*mPlan, controller); in computeInternal()
853 mExecutor = mPlan->makeStepExecutor(mReusable, this); in computeFencedInternal()
912 std::shared_ptr<ExecutionPlan::Controller> controller = mPlan->makeController(this, nullptr); in computeFencedInternal()
918 int n = mPlan->next(controller, &executor, nullptr, nullptr, syncFence.get()); in computeFencedInternal()