Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dinsert_cast.cc39 auto update_states = AnfAlgo::GetUpdateStateUsers(manager, orig_cnode); in InsertCastForMultipleOutput()
Ddeal_ref_and_split_unsupported_transdata.cc171 auto update_states = AnfAlgo::GetUpdateStateUsers(manager, orig_cnode); in DealRefForMultipleOutput()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.h305 …static AnfNodeIndexSet GetUpdateStateUsers(const FuncGraphManagerPtr &manager, const AnfNodePtr &n…
Danf_runtime_algorithm.cc2285 AnfNodeIndexSet AnfRuntimeAlgorithm::GetUpdateStateUsers(const FuncGraphManagerPtr &manager, const … in GetUpdateStateUsers() function in mindspore::session::AnfRuntimeAlgorithm
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.cc162 auto update_states = AnfAlgo::GetUpdateStateUsers(manager, orig_node); in InsertTransOpForMultipleOutput()