pub fn dense_to_sparse_set_operation<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    set1: O0,
    set2_indices: O1,
    set2_values: O2,
    set2_shape: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for DenseToSparseSetOperation::new().build(set1, set2_indices, set2_values, set2_shape, scope).