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 3dd5cbf commit 43304b7
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 43304b7

Please sign in to comment.