/third_party/mindspore/mindspore/profiler/parser/ |
D | minddata_analyzer.py | 349 op_id = op_info.get('op_id') 351 dict_opid_pipeline_ops[op_id] = op_name + '(id=' + str(op_id) + ')' 352 dict_opid_opname[op_id] = op_name 353 dict_opid_numworkers[op_id] = op_info.get('num_workers') 356 dict_opid_queue_info[op_id] = self._parse_pipeline_metrics_info(op_info.get('metrics')) 360 if dict_opid_parent_id.get(op_id) is None: 361 dict_opid_parent_id[op_id] = -1 366 dict_opid_children_ids[op_id] = children_ids 369 dict_opid_parent_id[child_op_id] = op_id 371 dict_opid_children_ids[op_id] = [] [all …]
|
D | minddata_pipeline_parser.py | 205 op_id = node.get('op_id') 211 sub_node['parent_id'] = op_id
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/ |
D | cpu_sampling.cc | 228 Status OperatorCpu::ParseCpuInfo(int32_t op_id, int64_t thread_id, in ParseCpuInfo() argument 240 (*op_stat)[op_id][thread_id].user_stat_ = 0; in ParseCpuInfo() 241 (*op_stat)[op_id][thread_id].sys_stat_ = 0; in ParseCpuInfo() 260 (*op_stat)[op_id][thread_id].user_stat_ = utime; in ParseCpuInfo() 261 (*op_stat)[op_id][thread_id].sys_stat_ = stime; in ParseCpuInfo() 283 int32_t op_id = task1.get_operator_id(); in Collect() local 284 op_thread_[op_id].emplace_back(task1.get_linux_id()); in Collect() 325 for (auto op_id = -1; op_id < id_count_; op_id++) { in Collect() local 327 auto iter = std::find(total_op_id.begin(), total_op_id.end(), op_id); in Collect() 329 for (auto thread_id : op_thread_[op_id]) { in Collect() [all …]
|
D | cpu_sampling.h | 130 Status ParseCpuInfo(int32_t op_id, int64_t thread_id,
|
/third_party/boost/boost/geometry/algorithms/detail/relate/ |
D | linear_linear.hpp | 271 static const std::size_t op_id = OpId; member in boost::geometry::detail::relate::linear_linear::turns_analyser 297 overlay::operation_type const op = it->operations[op_id].operation; in apply() 299 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply() 327 if ( it->operations[op_id].position == overlay::position_back ) in apply() 346 if ( ! turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), in apply() 369 && turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), in apply() 388 … bool const this_b = it->operations[op_id].position == overlay::position_front // ignore spikes! in apply() 390 it->operations[op_id], in apply() 420 && it->operations[op_id].position != overlay::position_front in apply() 449 bool const is_collinear = it->operations[op_id].is_collinear; in apply() [all …]
|
D | linear_areal.hpp | 633 static const std::size_t op_id = 0; member in boost::geometry::detail::relate::linear_areal::turns_analyser 690 overlay::operation_type op = it->operations[op_id].operation; in apply() 700 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply() 716 if ( ! turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), *it, in apply() 727 … segment_identifier const& prev_seg_id = m_previous_turn_ptr->operations[op_id].seg_id; in apply() 752 … && seg_id.multi_index == m_previous_turn_ptr->operations[op_id].seg_id.multi_index ) in apply() 759 && turn_on_the_same_ip<op_id>(m_exit_watcher.get_exit_turn(), *it, in apply() 778 …|| seg_id.multi_index != m_previous_turn_ptr->operations[op_id].seg_id.multi_index ) ) // or the n… in apply() 780 && ! turn_on_the_same_ip<op_id>(*m_previous_turn_ptr, *it, in apply() 813 if ( ! turn_on_the_same_ip<op_id>(*m_previous_turn_ptr, *it, in apply() [all …]
|
D | areal_areal.hpp | 439 static const std::size_t op_id = OpId; member in boost::geometry::detail::relate::areal_areal::turns_analyser 456 overlay::operation_type const op = it->operations[op_id].operation; in apply() 466 segment_identifier const& seg_id = it->operations[op_id].seg_id; in apply() 477 || ! turn_on_the_same_ip<op_id>(*m_previous_turn_ptr, *it, strategy) ) in apply() 493 || ! turn_on_the_same_ip<op_id>(*m_previous_turn_ptr, *it, strategy) ) in apply()
|
D | follow_helpers.hpp | 243 static const std::size_t op_id = OpId; member in boost::geometry::detail::relate::exit_watcher 268 overlay::operation_type exit_op = turn.operations[op_id].operation; in exit()
|
/third_party/grpc/src/core/ext/transport/cronet/transport/ |
D | cronet_transport.cc | 825 enum e_op_id op_id) { in op_can_be_run() argument 835 if (op_id == OP_SEND_INITIAL_METADATA) { in op_can_be_run() 839 if (op_id == OP_SEND_MESSAGE) { in op_can_be_run() 843 if (op_id == OP_SEND_TRAILING_METADATA) { in op_can_be_run() 847 if (op_id == OP_CANCEL_ERROR) { in op_can_be_run() 852 if (op_id == OP_RECV_INITIAL_METADATA && in op_can_be_run() 857 if (op_id == OP_RECV_MESSAGE && op_state->state_op_done[OP_RECV_MESSAGE]) { in op_can_be_run() 861 if (op_id == OP_RECV_TRAILING_METADATA && in op_can_be_run() 871 if (op_id == OP_ON_COMPLETE && in op_can_be_run() 879 } else if (op_id == OP_SEND_INITIAL_METADATA) { in op_can_be_run() [all …]
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 224 Objects/typeobject.c:slot_nb_add():op_id _Py_static_string(op_id, OPSTR) 225 Objects/typeobject.c:slot_nb_add():rop_id _Py_static_string(op_id, OPSTR) 226 Objects/typeobject.c:slot_nb_and():op_id _Py_static_string(op_id, OPSTR) 227 Objects/typeobject.c:slot_nb_and():rop_id _Py_static_string(op_id, OPSTR) 228 Objects/typeobject.c:slot_nb_divmod():op_id _Py_static_string(op_id, OPSTR) 229 Objects/typeobject.c:slot_nb_divmod():rop_id _Py_static_string(op_id, OPSTR) 230 Objects/typeobject.c:slot_nb_floor_divide():op_id _Py_static_string(op_id, OPSTR) 231 Objects/typeobject.c:slot_nb_floor_divide():rop_id _Py_static_string(op_id, OPSTR) 232 Objects/typeobject.c:slot_nb_lshift():op_id _Py_static_string(op_id, OPSTR) 233 Objects/typeobject.c:slot_nb_lshift():rop_id _Py_static_string(op_id, OPSTR) [all …]
|
/third_party/spirv-tools/source/opt/ |
D | ccp_pass.cpp | 151 if (!instr->WhileEachInId([this](uint32_t* op_id) { in VisitAssignment() argument 152 auto iter = values_.find(*op_id); in VisitAssignment() 161 if (!instr->WhileEachInId([this](uint32_t* op_id) { in VisitAssignment() argument 162 auto it = values_.find(*op_id); in VisitAssignment()
|
D | instruction.cpp | 635 ForEachInOperand([&is_opaque, this](const uint32_t* op_id) { in IsOpaqueType() argument 636 Instruction* type_inst = context()->get_def_use_mgr()->GetDef(*op_id); in IsOpaqueType() 670 return WhileEachInOperand([&folder, this](const uint32_t* op_id) { in IsFoldableByFoldScalar() argument 671 Instruction* def_inst = context()->get_def_use_mgr()->GetDef(*op_id); in IsFoldableByFoldScalar()
|
D | folding_rules.cpp | 676 uint32_t op_id = inst->GetSingleWordInOperand(i); in MergeMulDivArithmetic() local 677 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeMulDivArithmetic() 860 uint32_t op_id = inst->GetSingleWordInOperand(0); in MergeDivMulArithmetic() local 861 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeDivMulArithmetic() 1774 uint32_t op_id = inst->GetSingleWordInOperand(i); in RedundantPhi() local 1775 if (op_id == inst->result_id()) { in RedundantPhi() 1780 incoming_value = op_id; in RedundantPhi() 1781 } else if (op_id != incoming_value) { in RedundantPhi()
|
D | fold.cpp | 638 &id_map](uint32_t* op_id) { in FoldInstructionToConstant() argument 639 uint32_t id = id_map(*op_id); in FoldInstructionToConstant()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | ccp_pass.cpp | 151 if (!instr->WhileEachInId([this](uint32_t* op_id) { in VisitAssignment() argument 152 auto iter = values_.find(*op_id); in VisitAssignment() 161 if (!instr->WhileEachInId([this](uint32_t* op_id) { in VisitAssignment() argument 162 auto it = values_.find(*op_id); in VisitAssignment()
|
D | instruction.cpp | 740 ForEachInOperand([&is_opaque, this](const uint32_t* op_id) { in IsOpaqueType() argument 741 Instruction* type_inst = context()->get_def_use_mgr()->GetDef(*op_id); in IsOpaqueType() 775 return WhileEachInOperand([&folder, this](const uint32_t* op_id) { in IsFoldableByFoldScalar() argument 776 Instruction* def_inst = context()->get_def_use_mgr()->GetDef(*op_id); in IsFoldableByFoldScalar()
|
D | folding_rules.cpp | 726 uint32_t op_id = inst->GetSingleWordInOperand(i); in MergeMulDivArithmetic() local 727 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeMulDivArithmetic() 910 uint32_t op_id = inst->GetSingleWordInOperand(0); in MergeDivMulArithmetic() local 911 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeDivMulArithmetic() 1846 uint32_t op_id = inst->GetSingleWordInOperand(i); in RedundantPhi() local 1847 if (op_id == inst->result_id()) { in RedundantPhi() 1852 incoming_value = op_id; in RedundantPhi() 1853 } else if (op_id != incoming_value) { in RedundantPhi()
|
D | fold.cpp | 638 &id_map](uint32_t* op_id) { in FoldInstructionToConstant() argument 639 uint32_t id = id_map(*op_id); in FoldInstructionToConstant()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ccp_pass.cpp | 184 if (!instr->WhileEachInId([this](uint32_t* op_id) { in VisitAssignment() argument 185 auto iter = values_.find(*op_id); in VisitAssignment() 194 if (!instr->WhileEachInId([this](uint32_t* op_id) { in VisitAssignment() argument 195 auto it = values_.find(*op_id); in VisitAssignment()
|
D | instruction.cpp | 740 ForEachInOperand([&is_opaque, this](const uint32_t* op_id) { in IsOpaqueType() argument 741 Instruction* type_inst = context()->get_def_use_mgr()->GetDef(*op_id); in IsOpaqueType() 775 return WhileEachInOperand([&folder, this](const uint32_t* op_id) { in IsFoldableByFoldScalar() argument 776 Instruction* def_inst = context()->get_def_use_mgr()->GetDef(*op_id); in IsFoldableByFoldScalar()
|
D | folding_rules.cpp | 726 uint32_t op_id = inst->GetSingleWordInOperand(i); in MergeMulDivArithmetic() local 727 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeMulDivArithmetic() 910 uint32_t op_id = inst->GetSingleWordInOperand(0); in MergeDivMulArithmetic() local 911 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeDivMulArithmetic() 1846 uint32_t op_id = inst->GetSingleWordInOperand(i); in RedundantPhi() local 1847 if (op_id == inst->result_id()) { in RedundantPhi() 1852 incoming_value = op_id; in RedundantPhi() 1853 } else if (op_id != incoming_value) { in RedundantPhi()
|
D | fold.cpp | 638 &id_map](uint32_t* op_id) { in FoldInstructionToConstant() argument 639 uint32_t id = id_map(*op_id); in FoldInstructionToConstant()
|
/third_party/mindspore/tests/ut/data/profiler_data/profiler/ |
D | minddata_pipeline_raw_0.csv | 1 op_id,op_type,num_workers,output_queue_size,output_queue_average_size,output_queue_length,output_qu…
|
/third_party/mindspore/mindspore/core/mindrt/include/actor/ |
D | op_actor.h | 45 OpData(const AID &op_id, T *data, int index) : op_id_(op_id), data_(data), index_(index) {} in OpData()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
D | dataset_op.h | 396 void SetId(int32_t op_id) { operator_id_ = op_id; } in SetId() argument
|