Home
last modified time | relevance | path

Searched refs:mPreparedStepModel (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/
DExecutionPlan.h154 std::shared_ptr<PreparedModel> getPreparedStepModel() const { return mPreparedStepModel; } in getPreparedStepModel()
186 std::shared_ptr<PreparedModel> mPreparedStepModel; variable
DExecutionPlan.cpp567 &mToken, &mPreparedStepModel); in finishStepModel()