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

Function GetScopeConfigDef

python/oneflow/framework/c_api_util.py:98–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96
97
98def GetScopeConfigDef():
99 scope_config_def = oneflow._oneflow_internal.GetScopeConfigDef()
100 return text_format.Parse(scope_config_def, ConfigDef())
101
102
103def GetCurrentJob():

Callers

nothing calls this directly

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected