Skip to content

Commit

Permalink
def test_complex_norm
Browse files Browse the repository at this point in the history
  • Loading branch information
harishsdev committed Oct 28, 2021
1 parent ea5bb32 commit 681f3ef
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,14 +223,6 @@ def func(tensor):
tensor = torch.rand((1, 10))
self._assert_consistency(func, tensor)

def test_complex_norm(self):
def func(tensor):
power = 2.
return F.complex_norm(tensor, power)

tensor = torch.randn(1, 2, 1025, 400, 2)
self._assert_consistency(func, tensor)

def test_mask_along_axis(self):
def func(tensor):
mask_param = 100
Expand Down

0 comments on commit 681f3ef

Please sign in to comment.