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