mlx_rs::ops

Function which

Source
pub fn which(
    condition: impl AsRef<Array>,
    a: impl AsRef<Array>,
    b: impl AsRef<Array>,
) -> Result<Array>
Expand description

Alias for [r#where]