Skip to main content

Mojo function

conv3d_gpu_naive_ndhwc_qrscf

conv3d_gpu_naive_ndhwc_qrscf[input_layout: Layout, filter_layout: Layout, output_layout: Layout, input_type: DType, filter_type: DType, output_type: DType, block_size: Int, maybe_epilogue_func: OptionalReg[fn[dtype: DType, rank: Int, width: Int](IndexList[rank], SIMD[dtype, width]) capturing -> None]](input: LayoutTensor[input_type, input_layout, MutableAnyOrigin], filter: LayoutTensor[filter_type, filter_layout, MutableAnyOrigin], output: LayoutTensor[output_type, output_layout, MutableAnyOrigin], stride: IndexList[3], dilation: IndexList[3], padding: IndexList[3])

Was this page helpful?