Class DefaultComputeFFTSize

  • All Implemented Interfaces:
    BiFunction<Dimensions,​Boolean,​long[][]>

    public class DefaultComputeFFTSize
    extends Object
    implements BiFunction<Dimensions,​Boolean,​long[][]>
    Op that calculates FFT fast sizes according to the following logic. If powerOfTwo=true compute next power of 2 If powerOfTwo=false compute next smooth size
    Author:
    Brian Northan
    Implementation Note:
    op names='filter.fftSize'
    • Constructor Detail

      • DefaultComputeFFTSize

        public DefaultComputeFFTSize()