Skip to content

Commit a79a2ff

Browse files
committed
modify prelu trt converter test case skip info
1 parent 63d4620 commit a79a2ff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python/paddle/fluid/tests/unittests/ir/inference/test_trt_convert_prelu.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,8 @@ def teller1(program_config, predictor_config):
172172
return True
173173
return False
174174

175-
self.add_skip_case(
176-
teller1, SkipReasons.TRT_NOT_SUPPORT,
177-
"Need to repair the case: trt does not support 1-dimensional input.")
175+
self.add_skip_case(teller1, SkipReasons.TRT_NOT_SUPPORT,
176+
"Trt does not support 1-dimensional input.")
178177

179178
def teller2(program_config, predictor_config):
180179
if (len(self.dynamic_shape.min_input_shape) == 0):

0 commit comments

Comments
 (0)