tf.contrib.distribute.StandardInputStep

View source on GitHub

Step with a standard implementation of input handling.

Inherits From: Step

dataset_fn a function that returns a tf.data Dataset that produces the input for the model.

distribution

Methods

initialize

View source

__call__

View source

Perform one step of this training algorithm.