MCPcopy
hub / github.com/FedML-AI/FedML / fa_load_data

Function fa_load_data

python/fedml/fa/data/data_loader.py:13–14  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

11
12
13def fa_load_data(args):
14 return load_synthetic_data(args)
15
16
17def load_synthetic_data(args):

Callers 14

client.pyFile · 0.90
server.pyFile · 0.90
client.pyFile · 0.90
server.pyFile · 0.90
client.pyFile · 0.90
server.pyFile · 0.90
client.pyFile · 0.90
server.pyFile · 0.90
client.pyFile · 0.90
server.pyFile · 0.90
client.pyFile · 0.90
server.pyFile · 0.90

Calls 1

load_synthetic_dataFunction · 0.70

Tested by

no test coverage detected