Home
last modified time | relevance | path

Searched defs:num_workers (Results 1 – 25 of 66) sorted by relevance

123

/third_party/mindspore/tests/ut/data/profiler_data/profiler/
Dpipeline_profiling_1.json7 "num_workers": 4, number
14 "num_workers": 4, number
26 "num_workers": 4, number
38 "num_workers": 1, number
50 "num_workers": 4, number
/third_party/mindspore/tests/ut/data/profiler_data/JOB1/
Dpipeline_profiling_0.json7 "num_workers": 4, number
14 "num_workers": 4, number
26 "num_workers": 4, number
38 "num_workers": 1, number
50 "num_workers": 4, number
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/cache/
Ddataset_cache_impl.cc48 Status DatasetCacheImpl::CreateCacheOp(int32_t num_workers, int32_t connector_queue_size, in CreateCacheOp()
60 Status DatasetCacheImpl::CreateCacheLookupOp(int32_t num_workers, int32_t connector_queue_size, in CreateCacheLookupOp()
72 Status DatasetCacheImpl::CreateCacheMergeOp(int32_t num_workers, int32_t connector_queue_size, in CreateCacheMergeOp()
/third_party/mindspore/tests/ut/data/profiler_data/JOB2/
Dpipeline_profiling_0.json7 "num_workers": 4, number
19 "num_workers": 4, number
31 "num_workers": 1, number
43 "num_workers": 4, number
/third_party/grpc/src/core/lib/iomgr/poller/
Deventmanager_libuv.cc26 grpc::experimental::LibuvEventManager::Options::Options(int num_workers) in Options()
31 int num_workers = options_.num_workers(); in LibuvEventManager() local
Deventmanager_libuv.h41 int num_workers() const { return num_workers_; } in num_workers() function
/third_party/mindspore/tests/ut/cpp/dataset/
DtfReader_op_test.cc45 int32_t num_workers = 1; in TEST_F() local
104 int32_t num_workers = 1; in TEST_F() local
159 int32_t num_workers = 1; in TEST_F() local
216 int32_t num_workers = 1; in TEST_F() local
273 int32_t num_workers = 1; in TEST_F() local
331 int32_t num_workers = 1; in TEST_F() local
409 int32_t num_workers = 1; in TEST_F() local
468 int32_t num_workers = 1; in TEST_F() local
530 int32_t num_workers = 1; in TEST_F() local
592 int32_t num_workers = 1; in TEST_F() local
[all …]
Dfilter_op_test.cc34 int32_t num_workers = config_manager->num_parallel_workers(); in Filter() local
Dtake_op_test.cc47 auto num_workers = 1; in TEST_F() local
Dskip_op_test.cc39 int32_t num_workers = config_manager->num_parallel_workers(); in TEST_F() local
Dproject_op_test.cc45 auto num_workers = 1; // one file, one worker in TEST_F() local
Drename_op_test.cc55 int32_t num_workers = 1; in TEST_F() local
Dconcat_op_test.cc54 int32_t num_workers = 1; // only one file -> one worker in TEST_F() local
Dir_callback_test.cc143 int32_t num_workers = config_manager->num_parallel_workers(); in TEST_F() local
198 int32_t num_workers = config_manager->num_parallel_workers(); in TEST_F() local
270 int32_t num_workers = config_manager->num_parallel_workers(); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dcache_lookup_op.h36 …CacheLookupOp(int32_t num_workers, int32_t op_connector_size, std::shared_ptr<CacheClient> cache_c… in CacheLookupOp()
Dparallel_op.cc27 ParallelOp::ParallelOp(int32_t num_workers, int32_t op_connector_size, std::shared_ptr<SamplerRT> s… in ParallelOp()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/stub/
Dcache_grpc_client.h30 explicit CacheClientGreeter(const std::string &hostname, int32_t port, int32_t num_workers) {} in CacheClientGreeter()
/third_party/abseil-cpp/absl/synchronization/
Dblocking_counter_test.cc39 const int num_workers = 10; in TEST() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dflickr_op.cc33 FlickrOp::FlickrOp(int32_t num_workers, const std::string &dataset_dir, const std::string &file_pat… in FlickrOp()
229 int32_t num_workers = cfg->num_parallel_workers(); in CountTotalRows() local
Dsbu_op.cc35 std::shared_ptr<SamplerRT> sampler, int32_t num_workers, int32_t queue_size) in SBUOp()
113 int32_t num_workers = cfg->num_parallel_workers(); in CountTotalRows() local
Ddiv2k_op.cc57 DIV2KOp::DIV2KOp(int32_t num_workers, const std::string &dataset_dir, const std::string &usage, in DIV2KOp()
264 int32_t num_workers = cfg->num_parallel_workers(); in CountTotalRows() local
Dcityscapes_op.cc36 CityscapesOp::CityscapesOp(int32_t num_workers, const std::string &dataset_dir, const std::string &… in CityscapesOp()
262 int32_t num_workers = cfg->num_parallel_workers(); in CountTotalRows() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_pipeline_run.cc167 auto num_workers = cfg_.num_parallel_workers(); in Run() local
216 auto num_workers = cfg_.num_parallel_workers(); in RunFirstEpoch() local
349 auto num_workers = cfg_.num_parallel_workers(); in RunReadEpoch() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dblocking_counter_test.cc39 const int num_workers = 10; in TEST() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_data_server.cc29 GraphDataServer::GraphDataServer(const std::string &dataset_file, int32_t num_workers, const std::s… in GraphDataServer()

123