tf.compat.v1.app.run

View source on GitHub

Runs the program with an optional 'main' function and 'argv' list.

tf.compat.v1.app.run(
    main=None, argv=None
)