tf.compat.v1.flags.tf_decorator.TFDecorator

Base class for all TensorFlow decorators.

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.