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
math
Implements math methods that work on layout tensors.
Functionsβ
- β
max: Computes maximum reduction along specified axis. - β
mean: Computes the mean value of the elements in a buffer. - β
outer_product_acc: Updates result tensor with the outer product of two vectors. - β
sum: Computes sum reduction along specified axis. - β
variance: Computes the variance value of the elements in a buffer.