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