Function tensorflow::ops::iterator_get_device
source · pub fn iterator_get_device<O0: Into<Output>>(
resource: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for IteratorGetDevice::new().build(resource, scope)
.