features
– [doc TODO]
Guide
-
class aesara.graph.features.Bookkeeper(object)[source]
-
class aesara.graph.features.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 aesara.graph.features.Validator(object)[source]
-
class aesara.graph.features.ReplaceValidate(History, Validator)[source]
-
replace_validate(fgraph, var, new_var, reason=None)[source]
-
class aesara.graph.features.NodeFinder(Bookkeeper)[source]
-
class aesara.graph.features.PrintListener(object)[source]