Mojo module
conv_transpose
Structsβ
Functionsβ
- β
accumulate_wo_tile: - β
conv_transpose_naive: Implements the ConvTranspose operator from the MO spec. - β
conv_transpose_shape: Compute the output shape of aconv-transposeoperation, and assert the inputs are compatible. - β
conv_transposed_cpu: - β
conv_transposed_cudnn: - β
conv_transposed_gpu: - β
get_num_partitions: Partition the workload in (batch&group, C, F, H) dimensions. HOWO is the combination of HO and WO dimensions. The actual number of tasks are the product of return num_partitions. - β
get_partition: - β
pack_filter: This packs the filter form RSFC to FRSCf. - β
pack_filter_shape: Compute the output shape of transposed convolution filter packing. - β
update_w_tile_2d: - β
update_w_tile_3d:
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!