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