For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo module
numpy
NumPy interoperability for TileTensor.
These are host-side helpers: they call into CPython, so build the tensor on the host and pass the result to device code.
Functionsโ
- โ
from_numpy: Borrows an N-D C-contiguous NumPy array as aTileTensor. - โ
to_numpy: Copies aTileTensorinto a new NumPy array of the same shape.