node_functions
This is summary documentation for hippynn.graphs.nodes.base.node_functions module. Click here for full documentation.
Links to Full Documentation:
Here we define some of the core operations for Nodes in the directed acyclic graph associated with a computation.
Functions
|
|
|
Look for a unique parent or child node type in the graph connected to the starting node. |
|
|
|
Recursively return nodes connected to the specified node_set. |
|
|
|
Decide if a node or collection of nodes is in the loss graph. |
Exceptions