1You can use tf.function to make graphs out of your programs.
2It is a transformation tool that creates Python-independent dataflow
3graphs out of your Python code. This will help you create performant
4and portable models, and it is required to use SavedModel.