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