Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Oneflow-Inc/oneflow
/ __init__
Method
__init__
python/oneflow/test/graph/test_graph_depend.py:41–43 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
40
class
TestGraph(flow.nn.Graph):
41
def
__init__(self):
42
super().__init__()
43
self.model = model
44
45
def
build(self, x):
46
return
self.model(x)
Callers
8
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected