Skip to content

Commit

Permalink
Update tests/layer_tests/tensorflow_tests/test_tf_BiasAdd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rkazants authored Mar 30, 2024
1 parent a987f1c commit ef44c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/layer_tests/tensorflow_tests/test_tf_BiasAdd.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def create_complex_bias_add_net(self, input_shape, bias_shape, data_format, ir_v

@pytest.mark.parametrize("params", test_data_2D)
@pytest.mark.precommit
@pytest.mark.nightly
def test_complex_bias_add(self, params, ie_device, precision, ir_version, temp_dir,
use_legacy_frontend):
self._test(*self.create_complex_bias_add_net(**params, ir_version=ir_version,
Expand Down

0 comments on commit ef44c2a

Please sign in to comment.