kd.typing#
Common Typing Annotations.
Symbols#
Class#
Describes an array via it’s dtype and shape. |
|
Jaxtyping information about the shapes in the current scope. |
|
All the operations on a read-only sequence. |
|
Helper to construct concrete shape tuples from shape-specs. |
|
Indicates a runtime typechecking error from the @typechecked decorator. |
|
Function#
Helper to construct concrete Dim (for single-axis Shape). |
|
Ensure that value matches expected_type, alias for typeguard.check_type. |
|
Enable custom type checking for Kauldron types. |
|
Validates the given shape and sets any previously unknown shapes. |
|
Decorator to enable runtime type-checking and shape-checking. |