[TF FE][Tests] Add layer tests for SegmentSum and DynamicPartition in the pre-commit (#13812)
After fixes for TopK and arithmetic operations for integer tensors, we are ready to switch these tests in the pre-commit Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com> Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
This commit is contained in:
parent
7a6960b2f4
commit
954b9d3149
@ -42,7 +42,7 @@ class TestDynamicPartition(CommonTFLayerTest):
|
|||||||
]
|
]
|
||||||
|
|
||||||
@pytest.mark.parametrize("params", test_data_basic)
|
@pytest.mark.parametrize("params", test_data_basic)
|
||||||
@pytest.mark.nightly
|
@pytest.mark.precommit_tf_fe
|
||||||
def test_dynamic_partition_basic(self, params, ie_device, precision, ir_version, temp_dir,
|
def test_dynamic_partition_basic(self, params, ie_device, precision, ir_version, temp_dir,
|
||||||
use_new_frontend, use_old_api):
|
use_new_frontend, use_old_api):
|
||||||
if not use_new_frontend:
|
if not use_new_frontend:
|
||||||
|
@ -39,7 +39,7 @@ class TestSegmentSum(CommonTFLayerTest):
|
|||||||
]
|
]
|
||||||
|
|
||||||
@pytest.mark.parametrize("params", test_data_basic)
|
@pytest.mark.parametrize("params", test_data_basic)
|
||||||
@pytest.mark.nightly
|
@pytest.mark.precommit_tf_fe
|
||||||
def test_segment_sum_basic(self, params, ie_device, precision, ir_version, temp_dir,
|
def test_segment_sum_basic(self, params, ie_device, precision, ir_version, temp_dir,
|
||||||
use_new_frontend, use_old_api):
|
use_new_frontend, use_old_api):
|
||||||
if not use_new_frontend:
|
if not use_new_frontend:
|
||||||
|
Loading…
Reference in New Issue
Block a user