提交 44fbc1b4 authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Fix debug_perform of GpuAllocEmpty

上级 5fce0ade
......@@ -3683,7 +3683,7 @@ class GpuAllocEmpty(GpuOp):
return Apply(self, shape, [output])
def debug_perform(self, node, inputs, out_):
self.perform(self, node, inputs, out_)
self.perform(node, inputs, out_)
# __setitem__ is limited on CudaNdarray
tmp = numpy.empty(out_[0][0].shape, dtype='float32')
tmp.fill(-123456789)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论