For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/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.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!