tf.raw_ops.MultiDeviceIteratorInit

Initializes the multi device iterator with the given dataset.

datasetA Tensor of type variant. Dataset to be iterated upon.
multi_device_iteratorA Tensor of type resource. A MultiDeviceIteratorResource.
max_buffer_sizeA Tensor of type int64. The maximum size of the host side per device buffer to keep.
nameA name for the operation (optional).

A Tensor of type int64.