Function tensorflow::ops::serialize_many_sparse
source · pub fn serialize_many_sparse<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
sparse_indices: O0,
sparse_values: O1,
sparse_shape: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SerializeManySparse::new().build(sparse_indices, sparse_values, sparse_shape, scope)
.