deeplay.list Module#

Classes#

Data([x, edge_index, edge_attr, y, pos, time])

A data object describing a homogeneous graph. The data object can hold node-level, link-level and graph-level attributes. In general, Data tries to mimic the behavior of a regular :python:`Python` dictionary. In addition, it provides useful functionality for analyzing graph structures, and provides basic PyTorch tensor functionalities. See here for the accompanying tutorial.

DeeplayModule(*args, **kwargs)

A base class for creating configurable, extensible modules with dynamic initialization and argument management.

Generic()

Abstract base class for generic types.

LayerList(*args, **kwargs)

Parallel(*args, **kwargs)

ReferringLayerList(*layers)

Selection(*args, **kwargs)

Sequential(*args, **kwargs)

TypeVar(name, *constraints[, bound, ...])

Type variable.