Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dmlc/dgl
/ load
Method
load
python/dgl/data/superpixel.py:224–226 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
222
self.graphs.append(g)
223
224
def
load(self):
225
self.graphs, label_dict = load_graphs(self.graph_path)
226
self.labels = label_dict[
"labels"
]
227
228
def
save(self):
229
save_graphs(
Callers
1
process
Method · 0.45
Calls
1
load_graphs
Function · 0.85
Tested by
no test coverage detected