tf.compat.v1.flags.tf_decorator.TFDecorator

Base class for all TensorFlow decorators.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.app.flags.tf_decorator.TFDecorator

TFDecorator captures and exposes the wrapped target, and provides details about the current decorator.

decorated_target

decorator_argspec

decorator_doc

decorator_name

Methods

__call__

View source

Call self as a function.