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