gof
fgraph
graph – Interface for the Theano graph
graph
toolbox – [doc TODO]
toolbox
Enter search terms or a module, class or function name.
fgraph.
FunctionGraph
*TODO*
Note
FunctionGraph(inputs, outputs) clones the inputs by default. To avoid this behavior, add the parameter clone=False. This is needed as we do not want cached constants in fgraph.