Searched refs:set_scheduler_ip (Results 1 – 7 of 7) sorted by relevance
46 node_->set_scheduler_ip(scheduler_ip); in Recover()48 node_->set_scheduler_ip(PSContext::instance()->cluster_config().scheduler_host); in Recover()
125 void set_scheduler_ip(const std::string &scheduler_ip);
440 void AbstractNode::set_scheduler_ip(const std::string &scheduler_ip) { scheduler_ip_ = scheduler_ip… in set_scheduler_ip() function in mindspore::ps::core::AbstractNode
54 "scheduler_ip": ps_context().set_scheduler_ip,
104 void set_scheduler_ip(const std::string &sched_ip);
273 void PSContext::set_scheduler_ip(const std::string &sched_ip) { scheduler_host_ = sched_ip; } in set_scheduler_ip() function in mindspore::ps::PSContext
369 .def("set_scheduler_ip", &PSContext::set_scheduler_ip, "Set scheduler ip.") in PYBIND11_MODULE()