Computational Graph
Definition
A directed graph whose nodes denote elementary computations (operations) or data placeholders (variables/tensors) and whose edges denote the flow of data values between those computations; used to represent, analyze, and execute mathematical computations.