MPSRnnSequenceDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the propagation direction in a layer in a recurrent neural net.
[ObjCRuntime.TV(11, 0)]
public enum MPSRnnSequenceDirection
type MPSRnnSequenceDirection =
- Inheritance
-
MPSRnnSequenceDirection
- Attributes
Fields
Name | Value | Description |
---|---|---|
Forward | 0 | |
Backward | 1 |