Home
last modified time | relevance | path

Searched defs:worker_id (Results 1 – 25 of 41) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dcache_op.cc63 Status CacheOp::CacheAllRows(int32_t worker_id) { in CacheAllRows()
163 Status CacheOp::WorkerEntry(int32_t worker_id) { in WorkerEntry()
180 Status CacheOp::EoeReceived(int32_t worker_id) { in EoeReceived()
185 Status CacheOp::EofReceived(int32_t worker_id) { in EofReceived()
Drepeat_op.cc60 Status RepeatOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow()
82 Status RepeatOp::EoeReceived(int32_t worker_id) { in EoeReceived()
113 Status RepeatOp::EofReceived(int32_t worker_id) { in EofReceived()
Dproject_op.cc51 Status ProjectOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow()
100 Status ProjectOp::EoeReceived(int32_t worker_id) { in EoeReceived()
105 Status ProjectOp::EofReceived(int32_t worker_id) { return Status::OK(); } in EofReceived()
Depoch_ctrl_op.cc43 Status EpochCtrlOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow()
61 Status EpochCtrlOp::EoeReceived(int32_t worker_id) { in EoeReceived()
Dzip_op.cc32 Status ZipOp::getNextZippedRow(TensorRow *const new_zip_row, int32_t *skip_child, int32_t worker_id, in getNextZippedRow()
52 Status ZipOp::drainPipeline(int32_t skip_child, int32_t worker_id, bool retry_if_eoe) { in drainPipeline()
122 Status ZipOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow()
Dshuffle_op.cc117 int32_t worker_id = 0; in operator ()() local
251 Status ShuffleOp::EoeReceived(int32_t worker_id) { in EoeReceived()
Dcache_merge_op.cc72 Status CacheMergeOp::WorkerEntry(int32_t worker_id) { in WorkerEntry()
219 Status CacheMergeOp::EoeReceived(int32_t worker_id) { in EoeReceived()
226 Status CacheMergeOp::EofReceived(int32_t worker_id) { in EofReceived()
Dcache_base_op.cc76 std::vector<row_id_type> &keys) -> Status { in FetchSamplesToWorkers()
165 Status CacheBase::FetchFromCache(int32_t worker_id) { in FetchFromCache()
272 Status CacheBase::Prefetcher(int32_t worker_id) { in Prefetcher()
Ddataset_op.cc262 Status DatasetOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow()
302 Status DatasetOp::EoeReceived(int32_t worker_id) { return out_connector_->SendEOE(worker_id); } in EoeReceived()
307 Status DatasetOp::EofReceived(int32_t worker_id) { return out_connector_->SendEOF(worker_id); } in EofReceived()
Dtake_op.cc44 Status TakeOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow()
Dskip_op.cc49 Status SkipOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow()
Ddevice_queue_op.cc80 void DeviceQueueOp::ReleaseData(void *addr, int32_t worker_id) { in ReleaseData()
87 Status DeviceQueueOp::EoeReceived(int32_t worker_id) { in EoeReceived()
537 Status DeviceQueueOp::WorkerEntry(int32_t worker_id) { in WorkerEntry()
616 const int32_t &worker_id) { in MallocForGPUData()
Dcache_lookup_op.cc45 Status CacheLookupOp::WorkerEntry(int32_t worker_id) { in WorkerEntry()
Dbarrier_op.cc42 const int32_t worker_id = 0; in operator ()() local
Drename_op.cc36 Status RenameOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Dconnector.h97 …virtual Status Pop(int32_t worker_id, // The worker-id of the caller. See the requirement at the … in Pop()
118 Status Push(int32_t worker_id, const T &el) noexcept { in Push()
131 virtual Status Push(int32_t worker_id, T &&el) noexcept { in Push()
Dgpu_item_connector.h48 Status Pop(int32_t worker_id, std::vector<device::DataItemGpu> *result) noexcept override { in Pop()
Djagged_connector.h45 Status Pop(int32_t worker_id, TensorRow *result) noexcept override { in Pop()
Ddataset_iterator.cc166 ChildIterator::ChildIterator(DatasetOp *current_op, int32_t worker_id, int32_t child_idx) in ChildIterator()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Drandom_data_op.cc171 Status RandomDataOp::EpochSync(int32_t worker_id, bool *quitting) { in EpochSync()
229 Status RandomDataOp::WorkerEntry(int32_t worker_id) { in WorkerEntry()
269 Status RandomDataOp::CreateRandomRow(int32_t worker_id, TensorRow *new_row) { in CreateRandomRow()
Dmappable_leaf_op.cc91 Status MappableLeafOp::WorkerEntry(int32_t worker_id) { in WorkerEntry()
Dmindrecord_op.cc146 Status MindRecordOp::WorkerEntry(int32_t worker_id) { in WorkerEntry()
197 Status MindRecordOp::GetRowFromReader(TensorRow *fetched_row, uint64_t row_id, int32_t worker_id) { in GetRowFromReader()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_pipeline_run.cc226 int32_t worker_id = 0; in RunFirstEpoch() local
260 Status CachePipelineRun::WriterWorkerEntry(int32_t worker_id) { in WriterWorkerEntry()
371 int32_t worker_id = 0; in RunReadEpoch() local
401 Status CachePipelineRun::ReaderWorkerEntry(int32_t worker_id) { in ReaderWorkerEntry()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/map_op/
Dmap_op.cc77 Status MapOp::FetchNextWork(uint32_t worker_id, TensorRow *row, std::vector<std::shared_ptr<MapJob>… in FetchNextWork()
200 Status MapOp::WorkerEntry(int32_t worker_id) { in WorkerEntry()
/third_party/mindspore/mindspore/ccsrc/fl/server/kernel/round/
Dreconstruct_secrets_kernel.cc131 std::string worker_id = std::to_string(DistributedCountService::GetInstance().local_rank()); in OnLastCountEvent() local

12