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