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
elementwise
Registers elementwise and unary/binary math graph ops.
comptime values
logger
comptime logger = Logger(stdout, prefix=String(""), source_location=False)
Structs
-
Abs: Registers themo.absgraph op with the graph compiler. -
ACos: Registers themo.acosgraph op with the graph compiler. -
Add: Registers themo.addgraph op with the graph compiler. -
And: Registers themo.andgraph op with the graph compiler. -
ATanh: Registers themo.atanhgraph op with the graph compiler. -
Cast: Registers themo.castgraph op with the graph compiler. -
Ceil: Registers themo.ceilgraph op with the graph compiler. -
Cos: Registers themo.cosgraph op with the graph compiler. -
Div: Registers themo.divgraph op with the graph compiler. -
Equal: Registers themo.equalgraph op with the graph compiler. -
Erf: Registers themo.erfgraph op with the graph compiler. -
Exp: Registers themo.expgraph op with the graph compiler. -
Floor: Registers themo.floorgraph op with the graph compiler. -
Gelu: Registers themo.gelugraph op with the graph compiler. -
GeluQuick: Registers themo.gelu_quickgraph op with the graph compiler. -
GeluTanh: Registers themo.gelu_tanhgraph op with the graph compiler. -
Greater: Registers themo.greatergraph op with the graph compiler. -
GreaterEqual: Registers themo.greater_equalgraph op with the graph compiler. -
IsInf: Registers themo.is_infgraph op with the graph compiler. -
IsNan: Registers themo.is_nangraph op with the graph compiler. -
Log: Registers themo.loggraph op with the graph compiler. -
Log1p: Registers themo.log1pgraph op with the graph compiler. -
Max: Registers themo.maxgraph op with the graph compiler. -
Min: Registers themo.mingraph op with the graph compiler. -
Mod: Registers themo.modgraph op with the graph compiler. -
Mul: Registers themo.mulgraph op with the graph compiler. -
Negative: Registers themo.negativegraph op with the graph compiler. -
Not: Registers themo.notgraph op with the graph compiler. -
NotEqual: Registers themo.not_equalgraph op with the graph compiler. -
Or: Registers themo.orgraph op with the graph compiler. -
Pow: Registers themo.powgraph op with the graph compiler. -
ReLU: Registers themo.relugraph op with the graph compiler. -
Round: Registers themo.roundgraph op with the graph compiler. -
Rsqrt: Registers themo.rsqrtgraph op with the graph compiler. -
Select: Registers themo.selectgraph op with the graph compiler. -
Sigmoid: Registers themo.sigmoidgraph op with the graph compiler. -
Silu: Registers themo.silugraph op with the graph compiler. -
Sin: Registers themo.singraph op with the graph compiler. -
Sqrt: Registers themo.sqrtgraph op with the graph compiler. -
Sub: Registers themo.subgraph op with the graph compiler. -
Tanh: Registers themo.tanhgraph op with the graph compiler. -
Trunc: Registers themo.truncgraph op with the graph compiler. -
Xor: Registers themo.xorgraph op with the graph compiler.