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
tensor_storage
Defines storage abstractions for tile-backed tensor views.
Structsβ
- β
DevicePointerStorage: ImplementsTensorOpsbacked by aDevicePointerhandle. - β
PointerStorage: ImplementsTensorOpsbacked by a rawUnsafePointer. - β
StaticOffsetStorage: Stub of the planned static-offset storage policy family.
Traitsβ
- β
TensorOps: ExtendsTensorStoragewith elementwise arithmetic. - β
TensorStorage: Defines a non-owning interface for accessing tensor storage.