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.
2 parents 6b26c65 + 0c113ad commit 6cb1942Copy full SHA for 6cb1942
tests/test_optimizers.py
@@ -912,7 +912,6 @@ def test_duplicated_duplicated_attributes(self):
912
op_type="ReduceSum", remaining_op_num=2)
913
914
def _check_initializer_num(self, graph_proto, num):
915
- print(len(graph_proto.initializer))
916
return num == len(graph_proto.initializer)
917
918
def test_duplicated_duplicated_constant(self):
0 commit comments