Графовое выполнение — режим программирования TensorFlow, при котором вычислительный граф строится до запуска. Это позволяет системе оптимизировать и эффективно выполнять весь граф или его часть.
A TensorFlow programming environment in which the program first constructs a graph and then executes all or part of that graph. Graph execution is the default execution mode in TensorFlow 1.x. Contrast with eager execution.