Table Of Contents

Previous topic

env – Graph Container [doc TODO]

Next topic

scan – Looping in Theano

This Page

toolbox – [doc TODO]

Platforms: Unix, Windows

Guide

class toolbox.Bookkeeper(object)
class toolbox.History(object)
revert(env, 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 toolbox.Validator(object)
class toolbox.ReplaceValidate(History, Validator)
replace_validate(env, var, new_var, reason=None)
class toolbox.NodeFinder(Bookkeeper)
class toolbox.PrintListener(object)