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 |
---|---|
Arg |
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. |
select |
Whether to perform the operation from the back of the axis. |