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