Searched refs:InsertFrontParameter (Results 1 – 5 of 5) sorted by relevance
101 ParameterPtr FuncGraph::InsertFrontParameter() { in InsertFrontParameter() function in mindspore::FuncGraph104 InsertFrontParameter(p); in InsertFrontParameter()108 void FuncGraph::InsertFrontParameter(const ParameterPtr &p) { in InsertFrontParameter() function in mindspore::FuncGraph110 manager_.lock()->InsertFrontParameter(shared_from_base<FuncGraph>(), p); in InsertFrontParameter()
298 void InsertFrontParameter(const FuncGraphPtr &fg, const AnfNodePtr ¶meter);392 void InsertFrontParameter(FuncGraphPtr fg, const AnfNodePtr ¶m);
179 virtual ParameterPtr InsertFrontParameter();180 void InsertFrontParameter(const ParameterPtr &p);
620 void FuncGraphManager::InsertFrontParameter(const FuncGraphPtr &fg, const AnfNodePtr ¶meter) { in InsertFrontParameter() function in mindspore::FuncGraphManager622 tr.InsertFrontParameter(fg, parameter); in InsertFrontParameter()783 void FuncGraphTransaction::InsertFrontParameter(FuncGraphPtr fg, const AnfNodePtr ¶m) { in InsertFrontParameter() function in mindspore::FuncGraphTransaction
60 new_items.push_back(new_fg->InsertFrontParameter()); in operator()