Fix fft_ops_test.py for CPU
This commit is contained in:
parent
88d648f3be
commit
50d80ddf92
@ -298,6 +298,7 @@ class RFFTOpsTest(BaseFFTOpsTest):
|
||||
use_placeholder=True)
|
||||
|
||||
def testFftLength(self):
|
||||
if test.is_gpu_available(cuda_only=True):
|
||||
for rank in VALID_FFT_RANKS:
|
||||
for dims in xrange(rank, rank + 3):
|
||||
for size in (5, 6):
|
||||
|
Loading…
Reference in New Issue
Block a user