提交 4e006365 authored 作者: Nicolas Ballas's avatar Nicolas Ballas

Fix comment

上级 8b702496
......@@ -136,7 +136,7 @@ class TestConv2dFFT(unittest.TestCase):
f_ref = theano.function([], conv)
f_fft = theano.function([], conv, mode=mode)
# make sure we inserted the fft trickery
# make sure we that no CuFFTOp has been inserted
topo = f_fft.maker.fgraph.toposort()
assert sum(isinstance(n.op, theano.sandbox.cuda.fftconv.CuFFTOp)
for n in topo) == 0
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论