Skip to content

Commit 116de6f

Browse files
committed
Remove leftover line
1 parent 2b88250 commit 116de6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/torchaudio/functional/functional.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,8 +1774,6 @@ def backward(ctx, dy):
17741774
result = grad * grad_out;
17751775
return (result, None, None, None, None, None, None, None)
17761776

1777-
torch.ops.torchaudio.rnnt_loss_forward
1778-
17791777
def _rnnt_loss(
17801778
logits: Tensor,
17811779
targets: Tensor,

0 commit comments

Comments
 (0)