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