Function tensorflow::ops::sparse_reshape
source · pub fn sparse_reshape<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input_indices: O0,
input_shape: O1,
new_shape: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SparseReshape::new().build(input_indices, input_shape, new_shape, scope)
.