提交 cfb7f6b6 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

fixed bug where % applied to docstring prevent it from being recognized

as a docstring
上级 85ee3d3e
...@@ -784,7 +784,10 @@ class GpuCAReduce(GpuOp): ...@@ -784,7 +784,10 @@ class GpuCAReduce(GpuOp):
float * Z, float * Z,
const int sZ0) const int sZ0)
""" % locals() Since the nodename is unique, we don't need to put the name
of the scalar_op in here.
"""
if reduce_mask is None: if reduce_mask is None:
reduce_mask = self.reduce_mask reduce_mask = self.reduce_mask
if ndim is None: if ndim is None:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论