tf.raw_ops.MultiDeviceIterator

Creates a MultiDeviceIterator resource.

devicesA list of strings that has length >= 1. A list of devices the iterator works across.
shared_nameA string. If non-empty, this resource will be shared under the given name across multiple sessions.
containerA string. If non-empty, this resource is placed in the given container. Otherwise, a default container is used.
output_typesA list of tf.DTypes that has length >= 1. The type list for the return values.
output_shapesA list of shapes (each a tf.TensorShape or list of ints) that has length >= 1. The list of shapes being produced.
nameA name for the operation (optional).

A Tensor of type resource.