Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
def
GetScopeConfigDef():
99
scope_config_def = oneflow._oneflow_internal.GetScopeConfigDef()
100
return
text_format.Parse(scope_config_def, ConfigDef())
101
102
103
def
GetCurrentJob():
Callers
nothing calls this directly
Calls
1
Parse
Method · 0.45
Tested by
no test coverage detected