Get Started
User Guide
API Reference
Model Tutorials
Developer Notes
Misc
DGLGraph.
from_networkx
DEPRECATED: please use
dgl.from_networkx(nx_graph, node_attrs, edge_attrs)
which will return a new graph created from the networkx graph.