pub fn sparse_sparse_maximum<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>, T5: ToTensorHandle<'a>>(
    ctx: &'a Context,
    a_indices: &T0,
    a_values: &T1,
    a_shape: &T2,
    b_indices: &T3,
    b_values: &T4,
    b_shape: &T5
) -> Result<[TensorHandle<'a>; 2]>
Expand description

Shorthand for SparseSparseMaximum::new().call(&ctx, &a_indices, &a_values, &a_shape, &b_indices, &b_values, &b_shape).

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