@@ -175,7 +175,9 @@ def test_clamp_u55_INT(test_data):
175175@common .parametrize ("test_data" , test_data_suite )
176176@common .XfailIfNoCorstone300
177177def test_clamp_u55_INT_16a8w (test_data ):
178- """Test clamp operation with 16A8W quantization on U55 (16-bit activations, 8-bit weights)"""
178+ """Test clamp operation with 16A8W quantization on U55 (16-bit activations,
179+ 8-bit weights)
180+ """
179181 input_tensor , min_val , max_val = test_data ()
180182 model = Clamp (min_val , max_val )
181183 pipeline = EthosU55PipelineINT [input_t ](
@@ -208,7 +210,9 @@ def test_clamp_u85_INT(test_data):
208210@common .parametrize ("test_data" , test_data_suite )
209211@common .XfailIfNoCorstone320
210212def test_clamp_u85_INT_16a8w (test_data ):
211- """Test clamp operation with 16A8W quantization on U85 (16-bit activations, 8-bit weights)"""
213+ """Test clamp operation with 16A8W quantization on U85 (16-bit activations,
214+ 8-bit weights)
215+ """
212216 input_tensor , min_val , max_val = test_data ()
213217 model = Clamp (min_val , max_val )
214218 pipeline = EthosU85PipelineINT [input_t ](
@@ -453,7 +457,9 @@ def test_clamp_u55_INT_tensor(test_data):
453457@common .parametrize ("test_data" , test_data_suite_tensor_INT32 )
454458@common .XfailIfNoCorstone300
455459def test_clamp_u55_INT_16a8w_tensor (test_data ):
456- """Test clamp operation with 16A8W quantization on U55 (16-bit activations, 8-bit weights)"""
460+ """Test clamp operation with 16A8W quantization on U55 (16-bit activations,
461+ 8-bit weights)
462+ """
457463 input_tensor , min_val , max_val = test_data ()
458464 model = Clamp (min_val , max_val )
459465 pipeline = EthosU55PipelineINT [input_t ](
@@ -486,7 +492,9 @@ def test_clamp_u85_INT_tensor(test_data):
486492@common .parametrize ("test_data" , test_data_suite_tensor_INT32 )
487493@common .XfailIfNoCorstone320
488494def test_clamp_u85_INT_16a8w_tensor (test_data ):
489- """Test clamp operation with 16A8W quantization on U85 (16-bit activations, 8-bit weights)"""
495+ """Test clamp operation with 16A8W quantization on U85 (16-bit activations,
496+ 8-bit weights)
497+ """
490498 input_tensor , min_val , max_val = test_data ()
491499 model = Clamp (min_val , max_val )
492500 pipeline = EthosU85PipelineINT [input_t ](
0 commit comments