File size: 127 Bytes
8e9f35a
 
 
 
 
1
2
3
4
5
6
"""Internal helpers shared by the architecture backends."""

from .runtime import to_cute_tensor

__all__ = ["to_cute_tensor"]