tglite.TBatch.edges

TBatch.edges() ndarray
Returns the edges in the batch as a two-column ndarray, where the first column represents the source

node index and the second column represents the destination node index.

rtype: np.ndarray