MCPcopy 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
93def GetFunctionConfigDef():
94 func_config_def = oneflow._oneflow_internal.GetFunctionConfigDef()
95 return text_format.Parse(func_config_def, ConfigDef())
96
97
98def GetScopeConfigDef():

Callers

nothing calls this directly

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected