deeplay.components.dict Module#

Classes#

AddDict(*args, **kwargs)

Element-wise addition of two dictionaries.

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.

FromDict(*args, **kwargs)