public final class MPSRNNBidirectionalCombineMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Add
The two sequences are summed together to form a single output
|
static long |
Concatenate
The two sequences are concatenated together along the feature channels to form a single output
|
static long |
None
The two sequences are kept separate
|
public static final long None
public static final long Add
public static final long Concatenate