MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / SetHostByMaster

Method SetHostByMaster

oneflow/core/control/ctrl_bootstrap.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95Maybe<void> HostListCtrlBootstrap::SetHostByMaster(Address* addr, int64_t world_rank) const {
96 return Maybe<void>::Ok();
97}
98
99Maybe<void> HostListCtrlBootstrap::SetCurrentHostByMaster(
100 WorkerProcessInfo* worker_process_info) const {

Callers

nothing calls this directly

Calls 4

world_sizeFunction · 0.85
rank2hostMethod · 0.80
sizeMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected