mypy
9aaeef5f
- Allow slice syntax in e.g. `Annotated[int, 1:3]` and `TensorType["batch":..., float]` (#11345)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
Allow slice syntax in e.g. `Annotated[int, 1:3]` and `TensorType["batch":..., float]` (#11345) This is useful for Annotated, and crucial for downstream libraries like torchtyping.
References
#11345 - Allow slice syntax in e.g. `Annotated[int, 1:3]` and `TensorType["batch":..., float]`
Author
Zac-HD
Parents
9bd65175
Loading