Constructor GatherElements
GatherElements(string, string, string, int)
Initializes and returns an instance of GatherElements layer.
Declaration
public GatherElements(string name, string input, string indices, int axis)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 | indices | The name to use for the indices tensor of the layer. | 
| int | axis | The axis along which to perform the gather. |