Class InputType.InputTypeFeedForward

    • Constructor Detail

      • InputTypeFeedForward

        public InputTypeFeedForward​(long size,
                                    DataFormat timeDistributedFormat)
    • 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[]