pub fn dense_count_sparse_output<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    values: &T0,
    weights: &T1
) -> Result<[TensorHandle<'a>; 3]>
Expand description

Shorthand for DenseCountSparseOutput::new().call(&ctx, &values, &weights).

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