Enum ScatterReductionMode
Options for the reduction operation to use in a scatter layer.
Namespace: Unity.Sentis.Layers
Assembly: Unity.Sentis.dll
Syntax
public enum ScatterReductionMode
Fields
| Name | Description |
|---|---|
| Add | Use the addition operator when reducing. |
| Mul | Use the multiplication operator when reducing. |
| None | Use no reduction. |