Home
last modified time | relevance | path

Searched refs:GetNumConnections (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/cache/
Dpre_built_dataset_cache.h36 cc->GetPort(), cc->GetNumConnections(), cc->GetPrefetchSize()) { in PreBuiltDatasetCache()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_client.h126 int32_t GetNumConnections() const { return num_connections_; } in GetNumConnections() function
232 int32_t GetNumConnections() const { return num_connections_; } in GetNumConnections() function
Dcache_client.cc101 … Spilling: " << std::boolalpha << isSpill() << "\n Number of rpc workers: " << GetNumConnections() in Print()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_perf_run.cc452 std::to_string(cache_builder_.GetNumConnections()) + "," + in StartPipelines()