A computational graph in TensorFlow is a DAG (directed acyclic graph). How does it account for looping in the program if the graph is acyclic?
SupportExpert
A computational graph in TensorFlow is a DAG (directed acyclic graph). How does it account for looping in the program if the graph is acyclic?
Share