Class Upsampling1D.Builder

    • Constructor Detail

      • Builder

        public Builder​(int size)
    • Method Detail

      • size

        public Upsampling1D.Builder size​(int size)
        Upsampling size
        Parameters:
        size - upsampling size in single spatial dimension of this 1D layer
      • size

        public Upsampling1D.Builder size​(int[] size)
        Upsampling size int array with a single element. Array must be length 1
        Parameters:
        size - upsampling size in single spatial dimension of this 1D layer
      • setSize

        public void setSize​(int... size)