You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Adds tests to ensure we only use ASCII characters in our code and markdown files.
Some non-ASCII characters that look like ASCII characters were breaking tests
that make assumptions about the encoding.
- Updates dtype constraint tests to properly construct inputs for various APIs.
- Moves dtype constraint tests to L0 since they only add about 20 seconds and were
breaking very often otherwise.
- Updates binary elementwise ops to only return `ShapeScalar`s if *all* inputs are also
`ShapeScalar`s.
- Corrects dtype constraints for several APIs.
- Simplifies `mean` implementation.
- Corrects type annotations for some APIs and introduces a `ShapeLike` type.
- Adds support for `Optional` during type checking.
- Updates `convert_inputs_to_tensors` to now potentially convert tensors to
`Tensor` subclasses. See the note in the code for details on the logic.
0 commit comments