MCPcopy 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
40def EnvResource():
41 resource = oneflow._oneflow_internal.EnvResource()
42 return text_format.Parse(resource, resource_util.Resource())
43
44
45def GetEnvContext(env_proto):

Callers

nothing calls this directly

Calls 1

ParseMethod · 0.45

Tested by

no test coverage detected