Files
pytorch/functorch/einops/__init__.py
2023-07-29 02:56:24 +00:00

4 lines
58 B
Python

from .rearrange import rearrange
__all__ = ["rearrange"]