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