pub fn dense_to_dense_set_operation<O0: Into<Output>, O1: Into<Output>>( set1: O0, set2: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for DenseToDenseSetOperation::new().build(set1, set2, scope).
DenseToDenseSetOperation::new().build(set1, set2, scope)