Skip to content

Commit

Permalink
[Core Aten Op] bring aten_replication_pad3d test back (#6537)
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Feb 15, 2024
1 parent 911485e commit b7c760d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_core_aten_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -3247,7 +3247,6 @@ def test_aten_replication_pad2d_1(self):
kwargs = dict()
run_export_and_compare(self, torch.ops.aten.replication_pad2d, args, kwargs)

@unittest.skip
def test_aten_replication_pad3d_0(self):
args = (
torch.randn((1, 3, 2, 10)).to(torch.float32),
Expand All @@ -3263,7 +3262,6 @@ def test_aten_replication_pad3d_0(self):
kwargs = dict()
run_export_and_compare(self, torch.ops.aten.replication_pad3d, args, kwargs)

@unittest.skip
def test_aten_replication_pad3d_1(self):
args = (
torch.randint(0, 10, (1, 3, 2, 10)).to(torch.int32),
Expand Down

0 comments on commit b7c760d

Please sign in to comment.