/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
D | cache_lookup_op.cc | 37 …tree_->LaunchWorkers(num_workers_, std::bind(&CacheLookupOp::WorkerEntry, this, std::placeholders:… in operator ()() 45 Status CacheLookupOp::WorkerEntry(int32_t worker_id) { in WorkerEntry() function in mindspore::dataset::CacheLookupOp
|
D | cache_op.cc | 51 …tree_->LaunchWorkers(num_workers_, std::bind(&CacheOp::WorkerEntry, this, std::placeholders::_1), … in operator ()() 163 Status CacheOp::WorkerEntry(int32_t worker_id) { in WorkerEntry() function in mindspore::dataset::CacheOp
|
D | cache_op.h | 67 Status WorkerEntry(int32_t worker_id) override;
|
D | cache_lookup_op.h | 42 Status WorkerEntry(int32_t worker_id) override;
|
D | parallel_op.h | 97 virtual Status WorkerEntry(int32_t workerId) = 0;
|
D | filter_op.cc | 48 …tree_->LaunchWorkers(num_workers_, std::bind(&FilterOp::WorkerEntry, this, std::placeholders::_1),… in LaunchThreadsAndInitOp() 119 Status FilterOp::WorkerEntry(int32_t worker_id) { in WorkerEntry() function in mindspore::dataset::FilterOp
|
D | filter_op.h | 93 Status WorkerEntry(int32_t worker_id) override; // In: workerId assigned by tree_
|
D | build_vocab_op.cc | 47 Status BuildVocabOp::WorkerEntry(int32_t worker_id) { in WorkerEntry() function in mindspore::dataset::BuildVocabOp 88 …tree_->LaunchWorkers(num_workers_, std::bind(&BuildVocabOp::WorkerEntry, this, std::placeholders::… in operator ()()
|
D | build_vocab_op.h | 58 Status WorkerEntry(int32_t worker_id) override;
|
D | cache_merge_op.cc | 57 …num_workers_, std::bind(&CacheMergeOp::WorkerEntry, this, std::placeholders::_1), Name() + "::Work… in operator ()() 72 Status CacheMergeOp::WorkerEntry(int32_t worker_id) { in WorkerEntry() function in mindspore::dataset::CacheMergeOp
|
D | cache_merge_op.h | 98 Status WorkerEntry(int32_t workerId) override;
|
D | device_queue_op.h | 150 Status WorkerEntry(int32_t worker_id);
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_grpc_client.cc | 106 Status CacheClientGreeter::WorkerEntry() { in WorkerEntry() function in mindspore::dataset::CacheClientGreeter 152 auto f = std::bind(&CacheClientGreeter::WorkerEntry, this); in DispatchWorkers()
|
D | cache_grpc_client.h | 77 Status WorkerEntry();
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
D | mappable_leaf_op.h | 83 Status WorkerEntry(int32_t workerId) override;
|
D | nonmappable_leaf_op.cc | 62 … num_workers_, std::bind(&NonMappableLeafOp::WorkerEntry, this, std::placeholders::_1), "", id())); in operator ()() 131 Status NonMappableLeafOp::WorkerEntry(int32_t worker_id) { in WorkerEntry() function in mindspore::dataset::NonMappableLeafOp
|
D | random_data_op.h | 115 Status WorkerEntry(int32_t worker_id) override;
|
D | random_data_op.cc | 161 …tree_->LaunchWorkers(num_workers_, std::bind(&RandomDataOp::WorkerEntry, this, std::placeholders::… in operator ()() 229 Status RandomDataOp::WorkerEntry(int32_t worker_id) { in WorkerEntry() function in mindspore::dataset::RandomDataOp
|
D | nonmappable_leaf_op.h | 87 Status WorkerEntry(int32_t worker_id) override;
|
D | mappable_leaf_op.cc | 91 Status MappableLeafOp::WorkerEntry(int32_t worker_id) { in WorkerEntry() function in mindspore::dataset::MappableLeafOp
|
D | mindrecord_op.h | 91 Status WorkerEntry(int32_t worker_id) override;
|
D | mindrecord_op.cc | 146 Status MindRecordOp::WorkerEntry(int32_t worker_id) { in WorkerEntry() function in mindspore::dataset::MindRecordOp 311 …tree_->LaunchWorkers(num_workers_, std::bind(&MindRecordOp::WorkerEntry, this, std::placeholders::… in LaunchThreadsAndInitOp()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/map_op/ |
D | map_op.h | 158 Status WorkerEntry(int32_t worker_id) override; // In: workerId assigned by tree_
|
D | map_op.cc | 132 …tree_->LaunchWorkers(num_workers_, std::bind(&MapOp::WorkerEntry, this, std::placeholders::_1), Na… in operator ()() 200 Status MapOp::WorkerEntry(int32_t worker_id) { in WorkerEntry() function in mindspore::dataset::MapOp
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | graph_loader.h | 77 Status WorkerEntry(int32_t worker_id);
|