Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dmanager.cc148 class InsertFrontParam : public Change { class
150 InsertFrontParam(const FuncGraphPtr &func_graph, const ParameterPtr &param) in InsertFrontParam() function in mindspore::change::InsertFrontParam
152 ~InsertFrontParam() override = default;
784 …(void)changes_.emplace_back(std::make_unique<change::InsertFrontParam>(fg, param->cast<ParameterPt… in InsertFrontParameter()