Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/cache/
Dbindings.cc34 if (num_connections) builder.SetNumConnections(num_connections.value()); in __anon19b8a73b0102()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/cache/
Ddataset_cache_impl.cc40 (void)builder.SetNumConnections(num_connections_.value()); in Build()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_client.h107 Builder &SetNumConnections(int32_t num_connections) { in SetNumConnections() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_perf_run.cc112 cache_builder_.SetNumConnections(connection_sz); in ProcessArgsHelper()
Dcache_pipeline_run.cc86 cache_builder_.SetNumConnections(std::stoi(s)); in ProcessClientArgs()