Skip to content

Commit d7a9528

Browse files
authored
Update analyze_output_utils.py
1 parent c1915f1 commit d7a9528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/arm/test/tester/analyze_output_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def _print_channels(result, reference, channels_close, C, H, W, rtol, atol):
1515
output_str = ""
1616
for c in range(C):
1717
if channels_close[c]:
18+
# test
1819
continue
1920

2021
max_diff = torch.max(torch.abs(reference - result))

0 commit comments

Comments
 (0)