Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Danf_extends.cc66 fullname_with_scope_ = id_generator::get_id(shared_from_base<CNode>()); in fullname_with_scope()
72 fullname_with_scope_ = id_generator::get_id(shared_from_base<CNode>()); in fullname_with_scope()
92 fullname_with_scope_ += "-op" + id_generator::get_id(shared_from_base<CNode>()); in fullname_with_scope()
Danf.cc157 …fullname_with_scope_ = scope()->name() + "/" + "data-" + id_generator::get_id(shared_from_base<Val… in fullname_with_scope()
358 namespace id_generator { namespace
Danf.h657 namespace id_generator {
/third_party/boost/boost/pending/
Dmutable_queue.hpp61 typedef ID id_generator; typedef in boost::mutable_queue
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc1269 void ResetOpId() { mindspore::id_generator::reset_id(); } in ResetOpId()