pub fn sparse_reduce_max_sparse<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input_indices: &T0,
    input_values: &T1,
    input_shape: &T2,
    reduction_axes: &T3
) -> Result<[TensorHandle<'a>; 3]>
Expand description

Shorthand for SparseReduceMaxSparse::new().call(&ctx, &input_indices, &input_values, &input_shape, &reduction_axes).

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