未验证 提交 831b69d9 编写于 作者: S Sing_chan 提交者: GitHub

reduce size of max_input_shape so that the ut can pass on win6 (#40088)

上级 cac00e0b
......@@ -138,7 +138,7 @@ class TrtConvertGatherTest(TrtLayerAutoScanTest):
"index_data": [1]
}
self.dynamic_shape.max_input_shape = {
"input_data": [128, 256, 128, 256],
"input_data": [128, 256, 64, 128],
"index_data": [4]
}
self.dynamic_shape.opt_input_shape = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册