Function arrayfire::reorder
[−]
[src]
pub fn reorder(input: &Array, dims: Dim4) -> Array
Reorder the array in specified order
Parameters
inputis the input Arraydimsis the target(output) dimensions
Return Values
An Array with modified data.