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