pub fn sparse_reduce_max<'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>>
Expand description

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

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