tf.app.run

View source on GitHub

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

Aliases:

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