Class MPSRNNSequenceDirection


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

      Fields 
      Modifier and Type Field Description
      static long Backward
      The input sequence is processed from index array length minus one to zero
      static long Forward
      The input sequence is processed from index zero to array length minus one
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Forward

        public static final long Forward
        The input sequence is processed from index zero to array length minus one
        See Also:
        Constant Field Values
      • Backward

        public static final long Backward
        The input sequence is processed from index array length minus one to zero
        See Also:
        Constant Field Values