Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/FedML-AI/FedML
/ _init_cross_device
Function
_init_cross_device
python/fedml/__init__.py:447–450 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
445
446
447
def
_init_cross_device(args):
448
args.rank = 0
# only server runs on Python package
449
args.role =
"server"
450
return
args
451
452
453
def
_run_distributed():
Callers
1
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected