Class FeedForwardToCnnPreProcessor

    • Constructor Detail

      • FeedForwardToCnnPreProcessor

        public FeedForwardToCnnPreProcessor​(long inputHeight,
                                            long inputWidth,
                                            long numChannels)
        Reshape to a channels x rows x columns tensor
        Parameters:
        inputHeight - the columns
        inputWidth - the rows
        numChannels - the channels
      • FeedForwardToCnnPreProcessor

        public FeedForwardToCnnPreProcessor​(long inputWidth,
                                            long inputHeight)