Skip to content

Commit 21f7a1f

Browse files
author
Ivan Garcia
committed
Fixing EoF precommit check issues.
1 parent a9b80ee commit 21f7a1f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

projects/pt1/python/torch_mlir_e2e_test/test_suite/conv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1756,4 +1756,3 @@ def forward(self, inputVec, weight, bias):
17561756
@register_test_case(module_factory=lambda: ConvolutionModule2DGroupedTranspose())
17571757
def ConvolutionModule2DGroupedTranspose_basic(module, tu: TestUtils):
17581758
module.forward(tu.rand(1, 2, 5, 7), tu.rand(2, 2, 3, 3), tu.rand(4))
1759-

test/Conversion/TorchToLinalg/convolution.mlir

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,3 @@ func.func @transposedGroupedConvolution2D(%arg0: !torch.vtensor<[1,2,5,7],f32>)
147147
%6 = torch.aten.convolution %arg0, %0, %1, %2, %3, %4, %true, %5, %int2 : !torch.vtensor<[1,2,5,7],f32>, !torch.vtensor<[2,2,3,3],f32>, !torch.vtensor<[4],f32>, !torch.list<int>, !torch.list<int>, !torch.list<int>, !torch.bool, !torch.list<int>, !torch.int -> !torch.vtensor<[1,4,10,14],f32>
148148
return %6 : !torch.vtensor<[1,4,10,14],f32>
149149
}
150-

0 commit comments

Comments
 (0)