pub fn sparse_softmax<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    sp_indices: &T0,
    sp_values: &T1,
    sp_shape: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for SparseSoftmax::new().call(&ctx, &sp_indices, &sp_values, &sp_shape).

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