tensorflow::ops

Function 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).