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