MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / _compile

Method _compile

python/oneflow/nn/graph/cache.py:117–120  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

115 return graph(*args, **kwargs)
116
117 def _compile(self, *args, **kwargs):
118 graph = self.get_graph(*args, **kwargs)
119 with AvoidRecursiveCacheCall(graph):
120 return graph._compile(*args, **kwargs)
121
122 def runtime_state_dict(
123 self, destination=None, with_eager=False,

Callers

nothing calls this directly

Calls 2

get_graphMethod · 0.95

Tested by

no test coverage detected