Enum TriluMode
Options for which part of the input matrix to retain in Trilu
.
Namespace: Unity.Sentis.Layers
Syntax
public enum TriluMode
Fields
Name | Description | Value |
---|---|---|
Lower | Use retaining of the lower part of the input matrix. |
0 |
Upper | Use retaining of the upper part of the input matrix. |
1 |