Function tensorflow::ops::multi_device_iterator
source · pub fn multi_device_iterator(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for MultiDeviceIterator::new().build(scope)
.
pub fn multi_device_iterator(scope: &mut Scope) -> Result<Operation>
Shorthand for MultiDeviceIterator::new().build(scope)
.