Home
last modified time | relevance | path

Searched refs:cache_host (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dconfig_manager.h97 std::string cache_host() const { return cache_host_; } in cache_host() function
134 void set_cache_host(std::string cache_host);
Dconfig_manager.cc159 void ConfigManager::set_cache_host(std::string cache_host) { cache_host_ = std::move(cache_host); } in set_cache_host() argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_client.cc29 hostname_ = cfg->cache_host(); in Builder()