Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dinfo.cc128 int64_t DebugInfo::unique_id_through_copy() const { in unique_id_through_copy() function in mindspore::DebugInfo
132 return info->debug_info()->unique_id_through_copy(); in unique_id_through_copy()
Dinfo.h142 int64_t unique_id_through_copy() const;
/third_party/mindspore/mindspore/core/ir/
Danf.h165 …std::string UniqueIdThroughCopy() { return std::to_string(debug_info()->unique_id_through_copy());… in UniqueIdThroughCopy()