tf.raw_ops.DeleteMultiDeviceIterator

A container for an iterator resource.

multi_device_iteratorA Tensor of type resource. A handle to the multi device iterator to delete.
iteratorsA list of Tensor objects with type resource. A list of iterator handles (unused). This is added so that automatic control dependencies get added during function tracing that ensure this op runs after all the dependent iterators are deleted.
deleterA Tensor of type variant. A variant deleter.
nameA name for the operation (optional).

The created Operation.