tensorflow::ops

Function iterator_get_next_sync

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

Shorthand for IteratorGetNextSync::new().build(iterator, scope).