Class InputType.InputTypeConvolutionalFlat

    • Constructor Detail

      • InputTypeConvolutionalFlat

        public InputTypeConvolutionalFlat​(long height,
                                          long width,
                                          long depth)
    • Method Detail

      • getFlattenedSize

        public long getFlattenedSize()
      • getUnflattenedType

        public InputType getUnflattenedType()
      • 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[]