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
conv
Registers convolution graph ops and dispatches them to the nn.conv kernels.
comptime values
logger
comptime logger = Logger(stdout, prefix=String(""), source_location=False)
Structs
-
AvgPool: Registers themo.avg_poolgraph op with the graph compiler. -
AvgPoolCeilModeTrue: Registers themo.avg_pool_ceil_mode_truegraph op with the graph compiler. -
Conv: Registers themo.convgraph op with the graph compiler. -
Conv2dResidualAdd: Fused conv2d + TMA residual add + bias for SM100 (Blackwell). -
ConvertE4M3FNToE4M3FNUZ: Registers themo.convert_e4m3fn_to_e4m3fnuzgraph op with the graph compiler. -
ConvTranspose: Registers themo.conv_transposegraph op with the graph compiler. -
LayoutTransformFCQRS2FQRSCf: Registers thelayout_transform_FCQRS_to_FQRSCfgraph op with the graph compiler. -
LayoutTransformFCRS2FRSCf: Registers thelayout_transform_FCRS_to_FRSCfgraph op with the graph compiler. -
LayoutTransformQRSCF2FQRSCf: Registers thelayout_transform_QRSCF_to_FQRSCfgraph op with the graph compiler. -
LayoutTransformQRSFC2FQRSCf: Registers thelayout_transform_QRSFC_to_FQRSCfgraph op with the graph compiler. -
LayoutTransformRSCF2FRSCf: Registers thelayout_transform_RSCF_to_FRSCfgraph op with the graph compiler. -
LayoutTransformRSFC2FRSCf: Registers thelayout_transform_RSFC_to_FRSCfgraph op with the graph compiler. -
PackConvFilterShape: Registers thepack_conv_filter_shapegraph op with the graph compiler. -
PadConstant: Registers themo.pad.constantgraph op with the graph compiler. -
PadReflect: Registers themo.pad.reflectgraph op with the graph compiler. -
PadRepeat: Registers themo.pad.repeatgraph op with the graph compiler.
Functions
-
avg_pool_ceil_mode_true_shape: Computes the output shape for themo.avg_pool_ceil_mode_truegraph op. -
avg_pool_shape: Computes the output shape for themo.avg_poolgraph op. -
conv2d_residual_add_shape: Computes the output shape for theconv2d_residual_addgraph op. -
convert_e4m3fn_to_e4m3fnuz_shape: Computes the output shape for themo.convert_e4m3fn_to_e4m3fnuzgraph op. -
mo_conv_shape: Computes the output shape for themo.convgraph op. -
mo_conv_transpose_shape: Computes the output shape for themo.conv_transposegraph op. -
pack_conv_filter_shape_fn: Compute the output shape of convolution filter packing. -
pad_constant_shape: Computes the output shape for themo.pad.constantgraph op. -
pad_reflect_shape: Computes the output shape for themo.pad.reflectgraph op. -
pad_repeat_shape: Computes the output shape for themo.pad.repeatgraph op.