Searched refs:InsertFrontParam (Results 1 – 1 of 1) sorted by relevance
148 class InsertFrontParam : public Change { class150 InsertFrontParam(const FuncGraphPtr &func_graph, const ParameterPtr ¶m) in InsertFrontParam() function in mindspore::change::InsertFrontParam152 ~InsertFrontParam() override = default;784 …(void)changes_.emplace_back(std::make_unique<change::InsertFrontParam>(fg, param->cast<ParameterPt… in InsertFrontParameter()