Constructor Tile
Tile(string, string, string)
Initializes and returns an instance of Tile layer.
Declaration
public Tile(string name, string input, string repeats)Parameters
| Type | Name | Description | 
|---|---|---|
| string | name | The name to use for the output tensor of the layer. | 
| string | input | The name to use for the input tensor of the layer. | 
| string | repeats | The name to use for the 1D repeats tensor of the layer. |