提交 73d98c98 authored 作者: David Warde-Farley's avatar David Warde-Farley

One amendment to the docstring: missing space.

上级 4d667a6d
...@@ -4700,7 +4700,7 @@ class TileGrad(Op): ...@@ -4700,7 +4700,7 @@ class TileGrad(Op):
if len(reps) == 2 and reps[1] == 1 and len(x.shape) == 1: if len(reps) == 2 and reps[1] == 1 and len(x.shape) == 1:
gx[0] = numpy.sum(g_out, axis=0) gx[0] = numpy.sum(g_out, axis=0)
else: else:
raise NotImplementedError('x.shape, reps combination not' raise NotImplementedError('x.shape, reps combination not '
'supported', (x.shape, reps)) 'supported', (x.shape, reps))
tilegrad = TileGrad() tilegrad = TileGrad()
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论