Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions stubs/tensorflow/tensorflow/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ from tensorflow._aliases import (
AnyArray,
DTypeLike,
IntArray,
RaggedTensorLike,
ScalarTensorCompatible,
ShapeLike,
Slice,
Expand Down Expand Up @@ -448,4 +449,5 @@ def transpose(
def clip_by_value(
t: Tensor | IndexedSlices, clip_value_min: TensorCompatible, clip_value_max: TensorCompatible, name: str | None = None
) -> Tensor: ...
def tile(input: RaggedTensorLike, multiples: Tensor, name: str | None = None) -> Tensor: ...
def __getattr__(name: str): ... # incomplete module