tf.app

2022-09-03 20:19:47 浏览数 (1)

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.

0 人点赞