tf.contrib.distribute.Step

Class Step

Defined in tensorflow/contrib/distribute/python/step_fn.py.

Interface for performing each step of a training algorithm.

__init__

__init__(distribution)

Initialize self. See help(type(self)) for accurate signature.

Properties

distribution

Methods

tf.contrib.distribute.Step.__call__

__call__()

Perform one step of this training algorithm.