Function arrayfire::reorder [] [src]

pub fn reorder(input: &Array, dims: Dim4) -> Array

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.