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