Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Ddataset_iterator.cc189 MS_LOG(DEBUG) << "(" << current_op_->NameWithID() << ", " << child_idx_ << ")" in FetchNextTensorRow()
198 MS_LOG(DEBUG) << "(" << current_op_->NameWithID() << ", " << child_idx_ << ")" in FetchNextTensorRow()
Dexecution_tree.cc211 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/
Ddataset_op.h299 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/
Dmap_op.cc132 …ers(num_workers_, std::bind(&MapOp::WorkerEntry, this, std::placeholders::_1), NameWithID(), id()); in operator ()()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/
Dcpu_sampling.cc271 op_name_[iter->id()] = iter->NameWithID(); in Collect()