Class Reduce
Represents the abstract base class for reduction layers.
Inherited Members
Namespace: Unity.Sentis.Layers
Assembly: solution.dll
Syntax
[Serializable]
public abstract class Reduce : Layer
Constructors
| Name | Description |
|---|---|
| Reduce(string, string[], bool, bool) | Initializes and returns an instance of |
Fields
| Name | Description |
|---|---|
| keepdims | Whether to keep the axis dimension in the output tensor. |
| noopWithEmptyAxes | Whether to perform an identity operation if the input axes tensor is empty. If this is |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the |