We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f6d9b1 commit 169f785Copy full SHA for 169f785
stubs/tensorflow/tensorflow/signal.pyi
@@ -0,0 +1,6 @@
1
+from tensorflow import Tensor
2
+from tensorflow._aliases import DTypeLike, TensorCompatible
3
+
4
+def hamming_window(
5
+ window_length: TensorCompatible, periodic: bool | TensorCompatible = True, dtype: DTypeLike = ..., name: str | None = None
6
+) -> Tensor: ...
0 commit comments