Searched refs:set_scheduler_port (Results 1 – 7 of 7) sorted by relevance
54 node_->set_scheduler_port(scheduler_port); in Recover()56 node_->set_scheduler_port(PSContext::instance()->cluster_config().scheduler_port); in Recover()
128 void set_scheduler_port(const uint16_t &scheduler_port);
444 void AbstractNode::set_scheduler_port(const uint16_t &scheduler_port) { scheduler_port_ = scheduler… in set_scheduler_port() function in mindspore::ps::core::AbstractNode
55 "scheduler_port": ps_context().set_scheduler_port,
107 void set_scheduler_port(uint16_t sched_port);
277 void PSContext::set_scheduler_port(uint16_t sched_port) { scheduler_port_ = sched_port; } in set_scheduler_port() function in mindspore::ps::PSContext
371 .def("set_scheduler_port", &PSContext::set_scheduler_port, "Set scheduler port.") in PYBIND11_MODULE()