提交 257a7a31 authored 作者: carriepl's avatar carriepl

Merge pull request #2834 from nouiz/doc

Small doc fix gh-2793
......@@ -74,7 +74,7 @@ The following output depicts the pre- and post- compilation graphs.
if any([x.op.__class__.__name__ in ['Gemv', 'CGemv'] for x in
train.maker.fgraph.toposort()]):
print 'Used the cpu'
elif any([x.op.__class__.__name__ == 'GpuGemm' for x in
elif any([x.op.__class__.__name__ == 'GpuGemv' for x in
train.maker.fgraph.toposort()]):
print 'Used the gpu'
else:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论