tensorflow::ops

Function iterator_from_string_handle

Source
pub fn iterator_from_string_handle<O0: Into<Output>>(
    string_handle: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for IteratorFromStringHandle::new().build(string_handle, scope).