MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / OverrideConfig

Function OverrideConfig

tensorflow/compiler/xla/tools/hlo_module_loader.cc:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38namespace {
39
40Status OverrideConfig(const hlo_module_loader_details::Config& ovr_config,
41 HloModuleConfig* config) {
42 config->set_replica_count(ovr_config.num_replicas);
43 return Status::OK();
44}
45
46} // namespace
47

Callers 1

LoadModuleFromDataFunction · 0.85

Calls 1

set_replica_countMethod · 0.80

Tested by

no test coverage detected