[][src]Function arrayfire::reorder

pub fn reorder<T>(input: &Array<T>, dims: Dim4) -> Array<T> where
    T: HasAfEnum

Reorder the array in specified order

Parameters

  • input is the input Array
  • dims is the target(output) dimensions

Return Values

An Array with modified data.