Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Oneflow-Inc/oneflow
/ EnvResource
Function
EnvResource
python/oneflow/framework/c_api_util.py:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
39
40
def
EnvResource():
41
resource = oneflow._oneflow_internal.EnvResource()
42
return
text_format.Parse(resource, resource_util.Resource())
43
44
45
def
GetEnvContext(env_proto):
Callers
nothing calls this directly
Calls
1
Parse
Method · 0.45
Tested by
no test coverage detected