Tile a Tensor of N-dimensionally shaped ranges.
const t0 = sm.iota([2, 2], [2]) // same as const t1 = sm.arange(0, 4).reshape([2, 2]).tile([2])
A new Tensor
The dimension of the intermediate (untiled tensor). This shape determines the range of the values within the output.
How to tile the intermediate tensor.
Generated using TypeDoc
Tile a Tensor of N-dimensionally shaped ranges.
Example
Returns
A new Tensor