def test_IFFT2D(self): # only defined for gpu if DEVICE == GPU: t = tf.ifft2d(self.random(3, 4, complex=True)) self.check(t)