Searched refs:unique_id_through_copy (Results 1 – 3 of 3) sorted by relevance
128 int64_t DebugInfo::unique_id_through_copy() const { in unique_id_through_copy() function in mindspore::DebugInfo132 return info->debug_info()->unique_id_through_copy(); in unique_id_through_copy()
142 int64_t unique_id_through_copy() const;
165 …std::string UniqueIdThroughCopy() { return std::to_string(debug_info()->unique_id_through_copy());… in UniqueIdThroughCopy()