Use this tag for concepts and issues related to the computation graph in Chainer, PyTorch, Keras, TensorFlow, Theano and other Deep Learning frameworks.
A computational graph is a directed graph where the nodes correspond to operations or variables. Variables can feed their value into operations, and operations can feed their output into other operations. This way, every node in the graph defines a function of the variables.