We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a745cb7 commit 8c292e0Copy full SHA for 8c292e0
tests/common.py
@@ -326,7 +326,7 @@ def group_nodes_by_type(graph):
326
327
328
def check_op_count(graph, op_type, expected_count):
329
- # return len(group_nodes_by_type(graph)[op_type]) == expected_count return len(group_nodes_by_type(graph)[op_type]) == expected_count
+ # return len(group_nodes_by_type(graph)[op_type]) == expected_count
330
# FIXME: after switching to grappler some of the op counts are off. Fix later.
331
return True
332
0 commit comments