Class InputType.InputTypeRecurrent

    • Constructor Detail

      • InputTypeRecurrent

        public InputTypeRecurrent​(long size)
      • InputTypeRecurrent

        public InputTypeRecurrent​(long size,
                                  long timeSeriesLength)
      • InputTypeRecurrent

        public InputTypeRecurrent​(long size,
                                  RNNFormat format)
      • InputTypeRecurrent

        public InputTypeRecurrent​(long size,
                                  long timeSeriesLength,
                                  RNNFormat format)
    • Method Detail

      • getShape

        public long[] getShape​(boolean includeBatchDim)
        Description copied from class: InputType
        Returns the shape of this InputType
        Specified by:
        getShape in class InputType
        Parameters:
        includeBatchDim - Whether to include minibatch in the return shape array
        Returns:
        int[]