Home
last modified time | relevance | path

Searched defs:num_connections (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/cache/
Ddataset_cache.cc42 std::optional<int32_t> num_connections = std::nullopt; in from_json() local
Ddataset_cache_impl.h47 std::optional<int32_t> port, std::optional<int32_t> num_connections, in DatasetCacheImpl()
/third_party/mindspore/mindspore/dataset/engine/
Dcache_client.py53 … __init__(self, session_id, size=0, spilling=False, hostname=None, port=None, num_connections=None, argument
/third_party/boost/libs/signals2/test/
Dinvocation_benchmark.cpp41 static const unsigned num_connections = std::strtol(argv[2], 0, 0); in main() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/cache/
Dbindings.cc28std::optional<int32_t> num_connections, std::optional<int32_t> prefetch_sz) { in __anonef3d343d0102()
/third_party/curl/lib/
Dconncache.h79 size_t num_connections; /* Number of connections in the bundle */ member
/third_party/boost/libs/asio/test/latency/
Dtcp_client.cpp49 int num_connections = std::atoi(argv[3]); in main() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_grpc_client.cc22 …ientGreeter::CacheClientGreeter(const std::string &hostname, int32_t port, int32_t num_connections) in CacheClientGreeter()
Dcache_client.h107 Builder &SetNumConnections(int32_t num_connections) { in SetNumConnections()
Dcache_client.cc58 int32_t port, int32_t num_connections, int32_t prefetch_size) in CacheClient()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dconfig_manager.h105 int32_t num_connections() const { return num_connections_; } in num_connections() function
Dconfig_manager.cc163 void ConfigManager::set_num_connections(int32_t num_connections) { num_connections_ = num_connectio… in set_num_connections()
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.c906 gint j, num_connections; in gst_directsound_src_mixer_init() local
/third_party/nghttp2/src/
Dshrpx_worker.h244 size_t num_connections; member
/third_party/skia/third_party/externals/microhttpd/src/include/
Dmicrohttpd.h2516 unsigned int num_connections; member
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c2357 unsigned int num_connections; in MHD_poll_all() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Ddatasets.cc843 std::optional<int32_t> num_connections, in CreateDatasetCacheCharIF()