Function arrayfire::tile [] [src]

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

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.