Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.h98 std::shared_ptr<VersionedIPreparedModel> getPreparedSubModel() const { in getPreparedSubModel() function
DExecutionPlan.cpp656 if (const auto preparedModel = step->getPreparedSubModel()) { in makeBursts()
817 step->getDevice(), step->getPreparedSubModel()); in next()