Class Cnn3DToFeedForwardPreProcessor

    • Field Detail

      • inputDepth

        protected long inputDepth
      • inputHeight

        protected long inputHeight
      • inputWidth

        protected long inputWidth
      • numChannels

        protected long numChannels
      • isNCDHW

        protected boolean isNCDHW
    • Constructor Detail

      • Cnn3DToFeedForwardPreProcessor

        public Cnn3DToFeedForwardPreProcessor​(long inputDepth,
                                              long inputHeight,
                                              long inputWidth,
                                              long numChannels,
                                              boolean isNCDHW)
        Parameters:
        inputDepth - input channels
        inputHeight - input height
        inputWidth - input width
        numChannels - input channels
        isNCDHW - boolean to indicate data format, i.e. channels first (NCDHW) vs. channels last (NDHWC)
      • Cnn3DToFeedForwardPreProcessor

        public Cnn3DToFeedForwardPreProcessor​(int inputDepth,
                                              int inputHeight,
                                              int inputWidth)
      • Cnn3DToFeedForwardPreProcessor

        public Cnn3DToFeedForwardPreProcessor​(int inputDepth,
                                              int inputHeight,
                                              int inputWidth,
                                              int numChannels,
                                              Convolution3D.DataFormat dataFormat)
      • Cnn3DToFeedForwardPreProcessor

        public Cnn3DToFeedForwardPreProcessor()