pub fn dense_to_dense_set_operation<O0: Into<Output>, O1: Into<Output>>(
    set1: O0,
    set2: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for DenseToDenseSetOperation::new().build(set1, set2, scope).