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