Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Oneflow-Inc/oneflow
/ GetFunctionConfigDef
Function
GetFunctionConfigDef
python/oneflow/framework/c_api_util.py:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
92
93
def
GetFunctionConfigDef():
94
func_config_def = oneflow._oneflow_internal.GetFunctionConfigDef()
95
return
text_format.Parse(func_config_def, ConfigDef())
96
97
98
def
GetScopeConfigDef():
Callers
nothing calls this directly
Calls
1
Parse
Method · 0.45
Tested by
no test coverage detected