Skip to main content

Mojo function

accumulate_wo_tile_2d

accumulate_wo_tile_2d[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, RS: IndexList[2], 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[2], filter: UnsafePointer[Scalar[filter_dt], filter.origin, address_space=filter.address_space], filter_stride: Int, filter_stride_to_nbr: IndexList[2], partial_load_filter_size: Int, hw: IndexList[2], HW: IndexList[2], dilation: IndexList[2])

Was this page helpful?