Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/
Ddata_dumper.cc486 size_t last_underscore = node_name.find_last_of('_'); in StripUniqueId() local
488 if (last_underscore == string::npos) { in StripUniqueId()
492 stripped_node_name = node_name.substr(0, last_underscore); in StripUniqueId()