Mojo function
conv2d_gpu_naive_nhwc_rscf
conv2d_gpu_naive_nhwc_rscf[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[2], dilation: IndexList[2], padding: IndexList[2])
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!