Skip to content

Commit 45d45bc

Browse files
authored
Added TensorShape alias for the recently renamed Shape. (#85)
For temporary backwards compatibility.
1 parent 9f50d7f commit 45d45bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

keras_rs/src/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
Tensor = Any
3636

3737
Shape = Sequence[Optional[int]]
38+
TensorShape = Shape
3839

3940
DType = str
4041

0 commit comments

Comments
 (0)