Lines Matching refs:mPlan
156 mPlan(&compilation->mPlan), in ExecutionBuilder()
166 CHECK(mPlan->isSimple()); in SimpleExecutionBuilder()
171 CHECK(mPlan->isCompound()); in CompoundExecutionBuilder()
175 return mPlan->getSourceModels().getModel(index); in getSourceModel()
688 mExecutor = mPlan->makeStepExecutor(mReusable, this); in computeInternal()
723 auto controller = mPlan->makeController(this, burstBuilder); in computeInternal()
737 ? mPlan->fallback(controller, &executor, &burstController, &outputShapes) in computeInternal()
738 : mPlan->next(controller, &executor, &burstController, &outputShapes); in computeInternal()
813 cpuFallbackPartial(*mPlan, controller); in computeInternal()
892 mExecutor = mPlan->makeStepExecutor(mReusable, this); in computeFencedInternal()
951 std::shared_ptr<ExecutionPlan::Controller> controller = mPlan->makeController(this, nullptr); in computeFencedInternal()
957 int n = mPlan->next(controller, &executor, nullptr, nullptr, syncFence.get()); in computeFencedInternal()