Enum RnnLayout
Options for the layout of the tensor in a recurrent layer.
Namespace: Unity.Sentis.Layers
Assembly: Unity.Sentis.dll
Syntax
public enum RnnLayout
Fields
Name | Description |
---|---|
BatchFirst | Use layout with batch as the first dimension of the tensors. |
SequenceFirst | Use layout with sequence as the first dimension of the tensors. |