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

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

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