提交 7fc086d9 authored 作者: Frederic Bastien's avatar Frederic Bastien

small typo fix

上级 c227d7c0
...@@ -4759,7 +4759,7 @@ def local_useless_elemwise_comparison(node): ...@@ -4759,7 +4759,7 @@ def local_useless_elemwise_comparison(node):
Elemwise[LT](add([anything that is shapes]), 0) -> Elemwise[zeros](X) Elemwise[LT](add([anything that is shapes]), 0) -> Elemwise[zeros](X)
Elemwise[GE](add([anything that is shapes]), 0) -> Elemwise[ones](X) Elemwise[GE](add([anything that is shapes]), 0) -> Elemwise[ones](X)
# Shapes are never negativ # Shapes are never negative
# Needed by Reshape.infer_shape # Needed by Reshape.infer_shape
Elemwise[EQ](Subtensor(Shape(x)), -N) -> Elemwise[zeros](X) Elemwise[EQ](Subtensor(Shape(x)), -N) -> Elemwise[zeros](X)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论