fgraph – Graph Container [doc TODO]

Guide

FunctionGraph

FunctionGraph Features

FunctionGraph Feature List

  • ReplaceValidate
  • DestroyHandler

Reference

class 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.