X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

AutoGraph

Compare static graph using @tf.function VS dynamic graph.

HowTO

python main.py

and you will see some computation cost between static graph and dynamic graph.

X Tutup