Function arrayfire::flip [] [src]

pub fn flip(input: &Array, dim: u32) -> Array

Flip the Array

Parameters

  • input is the Array to be flipped
  • dim is the dimension along which the flip has to happen

Return Values

Flipped Array