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
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.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!