提交 4044c411 authored 作者: Vincent Michalski's avatar Vincent Michalski

.

上级 83d458b5
...@@ -6060,8 +6060,6 @@ def test_local_useless_split(): ...@@ -6060,8 +6060,6 @@ def test_local_useless_split():
assert len(graph_nonopt)==1 assert len(graph_nonopt)==1
assert isinstance(graph_nonopt[0].op, tensor.Split) assert isinstance(graph_nonopt[0].op, tensor.Split)
# Check if there are use cases that are not covered here
# and if the line below is necessary and correct (See issue #4421)
assert check_stack_trace(f_opt, ops_to_check=[Assert]) assert check_stack_trace(f_opt, ops_to_check=[Assert])
assert check_stack_trace(f_nonopt, ops_to_check='all') assert check_stack_trace(f_nonopt, ops_to_check='all')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论