Loops, Conditionals & AutoGraph: Writing Graph-Friendly TensorFlow Code
Table of Contents
AutoGraph transformations
Conditionals
Loops
Limitations
Executing Python side effects
All outputs of a tf.function must be return values
Recursive tf.fuctions are not supported. ...