Numpy changes for aten::index converter by apbose · Pull Request #2396 · pytorch/TensorRT (original) (raw)

--- /home/runner/work/TensorRT/TensorRT/tests/py/dynamo/conversion/test_index_aten.py 2023-10-30 19:32:26.833431+00:00 +++ /home/runner/work/TensorRT/TensorRT/tests/py/dynamo/conversion/test_index_aten.py 2023-10-30 19:35:28.665002+00:00 @@ -24,11 +24,11 @@ input = [torch.randn(2, 2)] self.run_test( TestModule(), input, )

@@ -56,25 +56,22 @@ input = [torch.randn(2, 2, 2)] self.run_test( TestModule(), input, )