Searched defs:scheduler_host (Results 1 – 3 of 3) sorted by relevance
52 std::string scheduler_host; member
117 std::string scheduler_host = PSContext::instance()->cluster_config().scheduler_host; in CreateTcpServer() local
139 std::string PSContext::scheduler_host() const { return scheduler_host_; } in scheduler_host() function in mindspore::ps::PSContext