Searched refs:full_op_name (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/profiler/parser/ |
D | framework_parser.py | 259 for full_op_name in self._task_id_full_op_name_dict.values(): 260 if full_op_name: 261 if is_prefix and full_op_name.startswith(op_name): 263 if not is_prefix and op_name == full_op_name: 534 full_op_name = None 545 full_op_name = attr_value 546 subgraph_name = self._get_subgraph_name(full_op_name) 547 op_name = self._get_op_name(full_op_name, subgraph_name) 575 return [full_op_name, op_name, op_type, subgraph_name, 578 def _get_subgraph_name(self, full_op_name): argument [all …]
|
D | integrator.py | 111 for full_op_name, op_time in self._op_time_cache.items(): 112 op_type = op_name_type_cache.get(full_op_name) 996 full_op_name = op_time_info['name'] 997 if full_op_name and full_op_name.startswith(op_name):
|
/third_party/mindspore/tests/ut/data/profiler_data/profiler/ |
D | framework_raw_0.csv | 1 task_id,stream_id,block_dim,full_op_name,op_name,op_type,subgraph,op_info
|
D | framework_raw_1.csv | 1 task_id,stream_id,block_dim,full_op_name,op_name,op_type,subgraph,op_info
|