提交 108cfbc9 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Whitespace

上级 0f3921cb
...@@ -851,7 +851,7 @@ class T_using_gpu(unittest.TestCase): ...@@ -851,7 +851,7 @@ class T_using_gpu(unittest.TestCase):
if numpy.any( [isinstance(x.op,T.Elemwise) for x in f.maker.env.toposort()]): if numpy.any( [isinstance(x.op,T.Elemwise) for x in f.maker.env.toposort()]):
print 'Used the cpu' print 'Used the cpu'
else: else:
print 'Used the gpu' print 'Used the gpu'
assert not numpy.any( [isinstance(x.op,T.Elemwise) for x in f.maker.env.toposort()]) assert not numpy.any( [isinstance(x.op,T.Elemwise) for x in f.maker.env.toposort()])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论