toolbox – [doc TODO]

Guide

class theano.gof.toolbox.Bookkeeper(object)[source]
class theano.gof.toolbox.History(object)[source]
revert(fgraph, checkpoint)[source]
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)[source]
class theano.gof.toolbox.ReplaceValidate(History, Validator)[source]
replace_validate(fgraph, var, new_var, reason=None)[source]
class theano.gof.toolbox.NodeFinder(Bookkeeper)[source]
class theano.gof.toolbox.PrintListener(object)[source]