pylibcugraph.EdgeIdLookupTable#
- class pylibcugraph.EdgeIdLookupTable[source]#
Methods
lookup_vertex_ids(self, edge_ids, int edge_type)For a single edge type, finds the source and destination vertex ids corresponding to the provided edge ids.
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)lookup_vertex_ids(self, edge_ids, int edge_type)For a single edge type, finds the source and destination vertex ids corresponding to the provided edge ids.