toolbox – [doc TODO]¶
Guide¶
-
class
theano.gof.toolbox.Bookkeeper(object)¶
-
class
theano.gof.toolbox.History(object)¶ -
revert(fgraph, checkpoint)¶ -
Reverts the graph to whatever it was at the provided -
checkpoint (undoes all replacements). A checkpoint at any -
given time can be obtained using self.checkpoint().
-
-
class
theano.gof.toolbox.Validator(object)¶
-
class
theano.gof.toolbox.ReplaceValidate(History, Validator)¶ -
replace_validate(fgraph, var, new_var, reason=None)¶
-
-
class
theano.gof.toolbox.NodeFinder(Bookkeeper)¶
-
class
theano.gof.toolbox.PrintListener(object)¶