kd.typing.Memo#
- class kauldron.typing.Memo(
- single: dict[str, int],
- variadic: dict[str, tuple[int, ...]],
Bases:
objectJaxtyping information about the shapes in the current scope.
- single: dict[str, int]
- variadic: dict[str, tuple[int, ...]]
- classmethod from_current_context()[source]
Create a Memo from the current typechecking context.