pub fn sparse_tensor_dense_add<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    a_indices: O0,
    a_values: O1,
    a_shape: O2,
    b: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for SparseTensorDenseAdd::new().build(a_indices, a_values, a_shape, b, scope).