Function tensorflow::ops::anonymous_iterator
source · pub fn anonymous_iterator(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for AnonymousIterator::new().build(scope)
.
pub fn anonymous_iterator(scope: &mut Scope) -> Result<Operation>
Shorthand for AnonymousIterator::new().build(scope)
.