MPSRnnBidirectionalCombineMode 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 how input matrices or images should be combined in a recurrent neural net.
[ObjCRuntime.TV(11, 0)]
public enum MPSRnnBidirectionalCombineMode
type MPSRnnBidirectionalCombineMode =
- Inheritance
-
MPSRnnBidirectionalCombineMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Add | 1 | |
Concatenate | 2 |