Constructor Expand
Expand(string, string, string)
Initializes and returns an instance of Expand layer.
Declaration
public Expand(string name, string input, string shape)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 | shape | The name to use for the 1D shape tensor of the layer. |