tf.contrib.distribute.Step

View source on GitHub

Class Step

Interface for performing each step of a training algorithm.

__init__

View source

__init__(distribution)

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

Properties

distribution

Methods

tf.contrib.distribute.Step.__call__

View source

__call__()

Perform one step of this training algorithm.

tf.contrib.distribute.Step.initialize

View source

initialize()