pub fn sparse_to_sparse_set_operation<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>>(
    set1_indices: O0,
    set1_values: O1,
    set1_shape: O2,
    set2_indices: O3,
    set2_values: O4,
    set2_shape: O5,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for SparseToSparseSetOperation::new().build(set1_indices, set1_values, set1_shape, set2_indices, set2_values, set2_shape, scope).