提交 f27ac453 authored 作者: Ricardo Vieira's avatar Ricardo Vieira 提交者: Ricardo Vieira

Fix bug in `boolean_indexing_set_or_inc`

上级 26657372
......@@ -19,6 +19,10 @@ def boolean_indexing_set_or_inc(fgraph, node):
"""
# Get out if there is more than one indexing group
if len(node.inputs) != 3:
return None
op = node.op
[x, y, cond] = node.inputs
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论