Class GatherND
Represents a GatherND
layer. This takes slices of values from the batched input tensor indexed by the indices
tensor.
Inherited Members
Namespace: Unity.Sentis.Layers
Assembly: solution.dll
Syntax
[Serializable]
public class GatherND : Layer
Constructors
Name | Description |
---|---|
GatherND(string, string, string, int) | Initializes and returns an instance of |
Fields
Name | Description |
---|---|
batchDims | The number of batch dimensions of the input tensor. The gather begins at the next dimension. |
Methods
Name | Description |
---|---|
Execute(Tensor[], ExecutionContext) | Executes the layer using the operations and variables from the If the layer has more than one output, output tensors are saved to variables. |