gops
This is summary documentation for hippynn.graphs.gops module. Click here for full documentation.
Links to Full Documentation:
Graph Operations (“gops”) that process or transform a set of nodes.
Functions
Validate an evaluation order. |
|
|
Make sure that back-links in the graph are correct. |
|
Computes the evaluation order for forward computation. |
|
Copy a subgraph for the required nodes. |
|
Get the subgraph associated with some target (required) nodes. |
|
Merge the children of some seed nodes if those children are identical. |
|
Merge children of some seed nodes if they are identical computations, and apply to future children until no more merges can be performed. |
|
|
|
|
|
Look for a unique related node with a given db_name or name. |
Exceptions