Module: tf.app
Defined in tensorflow/app/__init__.py.
Generic entry point script.
Modules
flags module: Import router for absl.flags. See https://github.com/abseil/abseil-py.
Functions
run(...): Runs the program with an optional 'main' function and 'argv' list.
tf.app.run
代码语言:javascript复制tf.app.run(
main=None,
argv=None
)Defined in tensorflow/python/platform/app.py.
Runs the program with an optional 'main' function and 'argv' list.


