Skip to content

Commit

Permalink
Fix flaky test_export_cat.py lit test (upstream change).
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident authored and Stella Laurenzo committed Aug 23, 2021
1 parent 32f56c6 commit 177ccdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontends/pytorch/test/acap_export/test_export_cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ def forward(self, x):
# CHECK: "aten.convolution"
# CHECK: torch.prim.ListConstruct
# CHECK: "aten._cat"
# CHECK: "aten._log_softmax"
# CHECK: "aten._log_softmax.out"
# CHECK: "aten.nll_loss2d_forward"
mb.module.operation.print(large_elements_limit=2)

0 comments on commit 177ccdd

Please sign in to comment.