If TensorFlow Had a Brain, It Would Be Made of Graphs
Table of Contents
Overview
What are graphs?
The benefits of graphs
Setup
Taking advantage of graphs
Converting Python functions to graphs
Polymorphism: one tf.function, many graphs
Using tf.functio...