Searched defs:num_connections (Results 1 – 17 of 17) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/cache/ |
D | dataset_cache.cc | 42 std::optional<int32_t> num_connections = std::nullopt; in from_json() local
|
D | dataset_cache_impl.h | 47 std::optional<int32_t> port, std::optional<int32_t> num_connections, in DatasetCacheImpl()
|
/third_party/mindspore/mindspore/dataset/engine/ |
D | cache_client.py | 53 … __init__(self, session_id, size=0, spilling=False, hostname=None, port=None, num_connections=None, argument
|
/third_party/boost/libs/signals2/test/ |
D | invocation_benchmark.cpp | 41 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/ |
D | bindings.cc | 28 … std::optional<int32_t> num_connections, std::optional<int32_t> prefetch_sz) { in __anonef3d343d0102()
|
/third_party/curl/lib/ |
D | conncache.h | 79 size_t num_connections; /* Number of connections in the bundle */ member
|
/third_party/boost/libs/asio/test/latency/ |
D | tcp_client.cpp | 49 int num_connections = std::atoi(argv[3]); in main() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_grpc_client.cc | 22 …ientGreeter::CacheClientGreeter(const std::string &hostname, int32_t port, int32_t num_connections) in CacheClientGreeter()
|
D | cache_client.h | 107 Builder &SetNumConnections(int32_t num_connections) { in SetNumConnections()
|
D | cache_client.cc | 58 int32_t port, int32_t num_connections, int32_t prefetch_size) in CacheClient()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/ |
D | config_manager.h | 105 int32_t num_connections() const { return num_connections_; } in num_connections() function
|
D | config_manager.cc | 163 void ConfigManager::set_num_connections(int32_t num_connections) { num_connections_ = num_connectio… in set_num_connections()
|
/third_party/gstreamer/gstplugins_bad/sys/directsound/ |
D | gstdirectsoundsrc.c | 906 gint j, num_connections; in gst_directsound_src_mixer_init() local
|
/third_party/nghttp2/src/ |
D | shrpx_worker.h | 244 size_t num_connections; member
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | microhttpd.h | 2516 unsigned int num_connections; member
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | daemon.c | 2357 unsigned int num_connections; in MHD_poll_all() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | datasets.cc | 843 std::optional<int32_t> num_connections, in CreateDatasetCacheCharIF()
|