Method Tile
Tile(ReadOnlySpan<int>)
Creates a TensorShape by repeating this TensorShape a number of times along each axis.
Declaration
public TensorShape Tile(ReadOnlySpan<int> repeats)
Parameters
| Type | Name | Description |
|---|---|---|
| ReadOnlySpan<int> | repeats | The repeat counts along each axis as a span of integers. |
Returns
| Type | Description |
|---|---|
| TensorShape | The tiled tensor shape. |