Class MPSRNNBidirectionalCombineMode
- java.lang.Object
-
- apple.metalperformanceshaders.enums.MPSRNNBidirectionalCombineMode
-
public final class MPSRNNBidirectionalCombineMode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAddThe two sequences are summed together to form a single outputstatic longConcatenateThe two sequences are concatenated together along the feature channels to form a single outputstatic longNoneThe two sequences are kept separate
-
-
-
Field Detail
-
None
public static final long None
The two sequences are kept separate- See Also:
- Constant Field Values
-
Add
public static final long Add
The two sequences are summed together to form a single output- See Also:
- Constant Field Values
-
Concatenate
public static final long Concatenate
The two sequences are concatenated together along the feature channels to form a single output- See Also:
- Constant Field Values
-
-