Skip to main content

binary_same_shape_dispatch

Function binary_same_shape_dispatch 

Source
pub fn binary_same_shape_dispatch(
    lhs: &[f32],
    rhs: &[f32],
    out: &mut [f32],
    kind: BinaryKind,
)