Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/frontend/op/stack' into frontend…
Browse files Browse the repository at this point in the history
…/op/stack
  • Loading branch information
code-dev05 committed Feb 11, 2025
2 parents 7d9e3d6 + d8fa32f commit 0113cd2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tests/layer_tests/pytorch_tests/test_hstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
from pytorch_layer_test_class import PytorchLayerTest

class aten_hstack(torch.nn.Module):
def __init__(self):
super().__init__()

def forward(self, x):
return torch.hstack(self.prepare_input(x))

Expand Down
3 changes: 0 additions & 3 deletions tests/layer_tests/pytorch_tests/test_vstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
from pytorch_layer_test_class import PytorchLayerTest

class aten_vstack(torch.nn.Module):
def __init__(self):
super().__init__()

def forward(self, x):
return torch.vstack(self.prepare_input(x))

Expand Down

0 comments on commit 0113cd2

Please sign in to comment.