Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanyonggong committed Nov 12, 2024
1 parent 9cc1137 commit 790b729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tensorrt/test_converter_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def setUp(self):
self.python_api = bilinear_python_api
self.api_args = {
"x": np.random.random([2, 3, 6, 10]).astype("float32"),
"OutSize": np.array([12, 12], dtype="int64"),
"OutSize": np.array([12, 12], dtype="int32"),
"SizeTensor": None,
"Scale": None,
"attrs": {
Expand Down

0 comments on commit 790b729

Please sign in to comment.