Get Started
Advanced Materials
API Reference
Developer Notes
Misc
DGLHeteroGraph.
get_etype_id
Return the id of the given edge type.
etype can also be None. If so, there should be only one edge type in the graph.
etype (str or tuple of str) – Edge type
int