We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd5cbf commit 43304b7Copy full SHA for 43304b7
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