[][src]Function arrayfire::tile

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

Tile the input array along specified dimension

Parameters

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

Return Values

An Array with modified data.