Searched refs:NameWithID (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ |
D | dataset_iterator.cc | 189 MS_LOG(DEBUG) << "(" << current_op_->NameWithID() << ", " << child_idx_ << ")" in FetchNextTensorRow() 198 MS_LOG(DEBUG) << "(" << current_op_->NameWithID() << ", " << child_idx_ << ")" in FetchNextTensorRow()
|
D | execution_tree.cc | 211 RETURN_IF_NOT_OK(tg_->CreateAsyncTask(itr->NameWithID(), std::ref(*itr), nullptr, itr->id())); in Launch()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
D | dataset_op.h | 299 std::string NameWithID() const { return Name() + "(ID:" + std::to_string(id()) + ")"; } in NameWithID() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/map_op/ |
D | map_op.cc | 132 …ers(num_workers_, std::bind(&MapOp::WorkerEntry, this, std::placeholders::_1), NameWithID(), id()); in operator ()()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/ |
D | cpu_sampling.cc | 271 op_name_[iter->id()] = iter->NameWithID(); in Collect()
|