Skip to content

Commit

Permalink
add tensorflow.signal.hamming_window
Browse files Browse the repository at this point in the history
  • Loading branch information
hoel-bagard committed Jan 5, 2025
1 parent 3f6d9b1 commit 169f785
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions stubs/tensorflow/tensorflow/signal.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from tensorflow import Tensor
from tensorflow._aliases import DTypeLike, TensorCompatible

def hamming_window(
window_length: TensorCompatible, periodic: bool | TensorCompatible = True, dtype: DTypeLike = ..., name: str | None = None
) -> Tensor: ...

0 comments on commit 169f785

Please sign in to comment.