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
tile_tensor_adapters
Helpers for projecting dense tensor arguments to TileTensor views.
comptime valuesβ
TileProjectionβ
comptime TileProjection[mut: Bool, TensorType: DenseTensor] = TileTensor[TensorType.dtype, TensorType.LayoutType, UntrackedOrigin[mut]]
Parametersβ
- βmut (
Bool): - βTensorType (
DenseTensor):
Functionsβ
- β
to_tile_tensor: Projects a dense tensor argument to aTileTensorview.