Function tensorflow::eager::raw_ops::sparse_count_sparse_output
source · pub fn sparse_count_sparse_output<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>>(
ctx: &'a Context,
indices: &T0,
values: &T1,
dense_shape: &T2,
weights: &T3
) -> Result<[TensorHandle<'a>; 3]>
Expand description
Shorthand for SparseCountSparseOutput::new().call(&ctx, &indices, &values, &dense_shape, &weights)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SparseCountSparseOutput