Computational graph Deep Learning
noun phrase
Definition: A graph-based representation of computation in which nodes denote operations and edges represent tensors, values, or data dependencies [TensorFlow Guide].
Example in context: “Following Wang et al. (2023), we formulate an LLM as a computational graphM with nodes representing individual components (e.g., MLPs or attention heads) …” [Eshuijs et al. 2025]
Synonyms: dataflow graph; TensorFlow graph
Related terms: tensor; operation; static graph; dynamic graph