pub fn sparse_reshape<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input_indices: &T0,
    input_shape: &T1,
    new_shape: &T2
) -> Result<[TensorHandle<'a>; 2]>
Expand description

Shorthand for SparseReshape::new().call(&ctx, &input_indices, &input_shape, &new_shape).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SparseReshape