Skip to content

Commit

Permalink
Update tests/layer_tests/pytorch_tests/test_all.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Vafin <[email protected]>
  • Loading branch information
mryzhov and mvafin authored Oct 24, 2023
1 parent da54f43 commit bc84345
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/layer_tests/pytorch_tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ def test_all(self, input_shape, d_type, keepdim, ie_device, precision, ir_versio
self.input_tensor = np.random.randint(0, 2, input_shape, dtype=d_type)
else:
self.input_tensor = input_shape
self._test(aten_all_noparam(), None, "aten::all",
ie_device, precision, ir_version, trace_model=True, freeze_model=False)
for dim in range(len(self.input_tensor.shape)):
self._test(aten_all(dim, keepdim), None, "aten::all",
ie_device, precision, ir_version, trace_model=True, freeze_model=False)

0 comments on commit bc84345

Please sign in to comment.