Home
last modified time | relevance | path

Searched refs:cache_port_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dconfig_manager.cc48 cache_port_(kCfgDefaultCachePort), in ConfigManager()
65 cache_port_ = static_cast<int32_t>(strtol(env_cache_port.c_str(), &end, kDecimal)); in ConfigManager()
68cache_port_ = 0; // cause the port range validation to generate an error during the validation ch… in ConfigManager()
91 set_cache_port(j.value("cachePort", cache_port_)); in FromJson()
161 void ConfigManager::set_cache_port(int32_t cache_port) { cache_port_ = cache_port; } in set_cache_port()
Dconfig_manager.h101 int32_t cache_port() const { return cache_port_; } in cache_port()
256 int32_t cache_port_; variable