Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling_utils.cc131 std::set<std::string> ar_input_node_names; in SetTraceBpEnd() local
136 ar_input_node_names.insert(input_node->fullname_with_scope()); in SetTraceBpEnd()
142 if (ar_input_node_names.find((*iter)->fullname_with_scope()) != ar_input_node_names.end()) { in SetTraceBpEnd()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_utils.cc172 std::set<std::string> ar_input_node_names; in GetTraceBpEnd() local
178 ar_input_node_names.insert(input_node->fullname_with_scope()); in GetTraceBpEnd()
185 if (ar_input_node_names.find((*iter)->fullname_with_scope()) != ar_input_node_names.end()) { in GetTraceBpEnd()