graphs
This is summary documentation for hippynn.graphs module. Click here for full documentation.
Links to Full Documentation:
Graph objects in hipppynn. This package allows definitions of interfaces for torch modules. The interfaces allow dynamic reprogramming of control flow between pytorch modules.
Index Types (i.e. Molecule, Atom, Pair) track the physical basis for a tensor. Automatic index type conversion can be performed between compatible types.
Furthermore, “parent expansions” allow for flexible signatures for node creation which attempt to hide book-keeping from the end-user.
Modules
Graph Operations ("gops") that process or transform a set of nodes. |
|
Core GraphModule that implements node computations |
|
Nodes that transform the index state of data. |
|
Package for tracking node index state. |
|
Definitions of nodes for graph computation. |
|
Predictor object which builds a graph for predictions with a simple user interface. |
|
Functions for visualizing nodes and their links with graphviz. |