pub fn merge_dedup_data<O0: Into<Output>, O1: Into<Output>>(
    integer_tensor: O0,
    float_tensor: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for MergeDedupData::new().build(integer_tensor, float_tensor, scope).