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