Searched refs:mPlan (Results 1 – 6 of 6) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | CompilationBuilder.h | 49 const ExecutionPlan& forTest_getExecutionPlan() const { return mPlan; } in forTest_getExecutionPlan() 54 ExecutionPlan mPlan; variable
|
D | ExecutionPlan.h | 104 ExecutionPlan* mPlan; variable 188 const ExecutionPlan* mPlan; variable
|
D | CompilationBuilder.cpp | 50 int n = mModel->partitionTheWork(devices, mPreference, &mPlan); in finish()
|
D | ExecutionBuilder.cpp | 130 mPlan(&compilation->mPlan), in ExecutionBuilder() 357 std::shared_ptr<ExecutionPlan::Controller> controller = mPlan->makeController(this); in startCompute() 371 std::thread thread(asyncStartComputePartitioned, this, mPlan, controller, in startCompute()
|
D | ExecutionBuilder.h | 85 const ExecutionPlan* mPlan; variable
|
D | ExecutionPlan.cpp | 133 : mPlan(plan), mIndex(stepIndex), mSubModel(), mDevice(device) {} in ExecutionStep() 203 mPlan->recordTemporaryDef(fromOperandIndex, mIndex); in addOperand() 489 mPlan(plan), mExecutionBuilder(executionBuilder), in Controller()
|