提交 512925b8 authored 作者: Frederic's avatar Frederic

remove stuff not used in tests and not usefull

上级 cb41a121
...@@ -133,7 +133,6 @@ class TestConv2dFFT(unittest.TestCase): ...@@ -133,7 +133,6 @@ class TestConv2dFFT(unittest.TestCase):
mode = mode_with_gpu.including('conv_fft_valid') mode = mode_with_gpu.including('conv_fft_valid')
f_ref = theano.function([], conv)
f_fft = theano.function([], conv, mode=mode) f_fft = theano.function([], conv, mode=mode)
# make sure we that no CuFFTOp has been inserted # make sure we that no CuFFTOp has been inserted
...@@ -157,7 +156,6 @@ class TestConv2dFFT(unittest.TestCase): ...@@ -157,7 +156,6 @@ class TestConv2dFFT(unittest.TestCase):
mode = mode_with_gpu.including('conv_fft_full') mode = mode_with_gpu.including('conv_fft_full')
f_ref = theano.function([], conv)
f_fft = theano.function([], conv, mode=mode) f_fft = theano.function([], conv, mode=mode)
# make sure we that no CuFFTOp has been inserted # make sure we that no CuFFTOp has been inserted
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论