提交 9790a08e authored 作者: Frederic's avatar Frederic 提交者: Arnaud Bergeron

Don't try to move to the new back-end elemwise with multiple output(not yet supported)

上级 944fd8e8
......@@ -270,7 +270,8 @@ def local_gpu_elemwise(node):
name = op.name
if name:
name = 'Gpu' + name
if len(node.outputs) > 1:
return
res = GpuElemwise(scal_op, name=name,
inplace_pattern=copy.copy(op.inplace_pattern),
nfunc_spec=op.nfunc_spec)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论