Skip to content

Commit

Permalink
delete print
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglirong1999 committed Nov 7, 2023
1 parent cb515f4 commit f70bfbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/mkldnn/test_fc_add_int8_mkldnn_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def generate_data(self):
# self.out_float += self.residual_float

self.out_scale, self.out = self.quantize(self.out_float)
print(self.out)

def test_check_output(self):
int_atol = 2
Expand Down

0 comments on commit f70bfbc

Please sign in to comment.