Class MPSRNNBidirectionalCombineMode


  • public final class MPSRNNBidirectionalCombineMode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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