Skip to main content

Mojo function

accumulate_wo_tile_3d

accumulate_wo_tile_3d[micro_kernel_height: Int, micro_kernel_width: Int, simd_size: Int, partial_load_filter: Bool, effected_by_padding: Bool, input_dt: DType, filter_dt: DType](c_tile_size: Int, QRS: IndexList[3], mut acc: _Accumulator[acc.dtype, acc.num_rows, acc.num_cols, acc.simd_width, acc.row_start, acc.row_stop], input: UnsafePointer[Scalar[input_dt], input.origin, address_space=input.address_space], input_stride: Int, input_stride_to_nbr: IndexList[3], filter: UnsafePointer[Scalar[filter_dt], filter.origin, address_space=filter.address_space], filter_stride: Int, filter_stride_to_nbr: IndexList[3], partial_load_filter_size: Int, dhw: IndexList[3], DHW: IndexList[3], dilation: IndexList[3])

Was this page helpful?