提交 838b8ab4 authored 作者: Frederic Bastien's avatar Frederic Bastien

Fix opt crash.

上级 43cb24af
......@@ -346,6 +346,7 @@ def local_gpu_elemwise_1(node):
host_i, = node.inputs
if (host_i.owner and
isinstance(host_i.owner.op, tensor.Elemwise) and
len(host_i.owner.outputs) == 1 and
len(host_i.clients) == 1 and
dtype_in_elemwise_supported(node.op)):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论