Skip to content

Commit

Permalink
[NPU] Add case to improve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
zlzzl committed Apr 26, 2024
1 parent c6db126 commit c01adde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/npu/tests/unittests/test_dropout_op_npu.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ def setUp(self):
}


@skip_check_grad_ci(reason="For inference, check_grad is not required.")
class TestDropoutOpInput2d_1(TestDropoutOp):
def setUp(self):
self.op_type = "dropout"
Expand Down

0 comments on commit c01adde

Please sign in to comment.