Skip to content

Commit

Permalink
convolve
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Jul 10, 2024
1 parent 8b0232e commit 73685b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/beignet/_chebyshev_polynomial_power.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import torch
from torch import Tensor
from torchaudio.functional import convolve

from . import convolve
from ._add_chebyshev_polynomial import add_chebyshev_polynomial


Expand Down
3 changes: 1 addition & 2 deletions src/beignet/_multiply_chebyshev_polynomial.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

import torch
from torch import Tensor

from beignet import convolve
from torchaudio.functional import convolve


def multiply_chebyshev_polynomial(
Expand Down
3 changes: 1 addition & 2 deletions src/beignet/_multiply_polynomial.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

import torch
from torch import Tensor

from beignet import convolve
from torchaudio.functional import convolve


def multiply_polynomial(
Expand Down

0 comments on commit 73685b0

Please sign in to comment.