Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Danf_extends.cc40 if (!fullname_with_scope_.empty()) { in fullname_with_scope()
41 return fullname_with_scope_; in fullname_with_scope()
58 fullname_with_scope_ = name; in fullname_with_scope()
59 return fullname_with_scope_; in fullname_with_scope()
66 fullname_with_scope_ = id_generator::get_id(shared_from_base<CNode>()); in fullname_with_scope()
67 return fullname_with_scope_; in fullname_with_scope()
72 fullname_with_scope_ = id_generator::get_id(shared_from_base<CNode>()); in fullname_with_scope()
73 return fullname_with_scope_; in fullname_with_scope()
78 fullname_with_scope_ = scope()->name() + "/"; in fullname_with_scope()
80 fullname_with_scope_ += prim->name(); in fullname_with_scope()
[all …]
Danf.cc152 if (!fullname_with_scope_.empty()) { in fullname_with_scope()
153 return fullname_with_scope_; in fullname_with_scope()
157fullname_with_scope_ = scope()->name() + "/" + "data-" + id_generator::get_id(shared_from_base<Val… in fullname_with_scope()
158 return fullname_with_scope_; in fullname_with_scope()
Danf.h106 fullname_with_scope_(""), in AnfNode()
222 std::string fullname_with_scope_; variable
288 void set_fullname_with_scope(const std::string full_name) { fullname_with_scope_ = full_name; } in set_fullname_with_scope()