Data

This module provide objects for representing graphs as torch tensors.

GraphBatch(node_attr, edge_attr, …)

GraphData(node_attr, edge_attr, global_attr, …)

Data representing a single graph.

GraphTuple(e, x, g)

Create new instance of GraphTuple(e, x, g)

GraphDataLoader(*dataset[, batch_size, shuffle])

param dataset