Enum RnnDirection
Options for the direction of a recurrent layer.
Namespace: Unity.Sentis.Layers
Assembly: Unity.Sentis.dll
Syntax
public enum RnnDirection
Fields
| Name | Description |
|---|---|
| Bidirectional | Use both forward and reverse directions in the calculation. |
| Forward | Use only forward direction in the calculation. |
| Reverse | Use only reverse direction in the calculation. |