Function tensorflow::eager::raw_ops::iterator_get_next_sync
source · pub fn iterator_get_next_sync<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
iterator: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for IteratorGetNextSync::new().call(&ctx, &iterator)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/IteratorGetNextSync