Class ArgReduce
Represents a reduction which calculates indices.
Inherited Members
Namespace: Unity.Sentis.Layers
Assembly: solution.dll
Syntax
[Serializable]
public abstract class ArgReduce : Layer
Constructors
Name | Description |
---|---|
ArgReduce(string, string, int, bool, bool) | Initializes and returns an instance of |
Fields
Name | Description |
---|---|
axis | The axis along which to perform the operation. |
keepdims | Whether to keep the axis dimension in the output tensor. |
selectLastIndex | Whether to perform the operation from the back of the axis. |