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 rawPointer. -
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.