Searched defs:dst_kernel (Results 1 – 8 of 8) sorted by relevance
496 float16_t *dst_kernel = dst_h + left * sliding->block_channel_; in DepthwiseBorderFp16() local662 … float16_t *dst_kernel = dst_w + start_kh * sliding->in_kh_step_ + start_kw * sliding->in_kw_step_; in DeconvDepthwiseBorderFp16() local
25 float16_t *dst_kernel = (float16_t *)dst + (i / 8) * 96 + i % 8; in PackWeightConvDw3x3Fp16() local
978 int16_t *dst_kernel = dst_c + C8NUM * k + c8_block_rem; in PackDepthwiseInt8Weight() local997 int16_t *dst_kernel = dst_c + C4NUM * k + c4_block_rem; in PackDeconvDepthwiseInt8Weight() local
547 int8_t *dst_kernel = dst_h + left * sliding->block_channel_; in ConvDwInt8Border() local707 … int32_t *dst_kernel = dst_w + start_kh * sliding->in_kh_step_ + start_kw * sliding->in_kw_step_; in DeconvDwInt8Border() local
220 float *dst_kernel = dst_h + left * sliding->block_channel_; in ConvDwBorder() local913 float *dst_kernel = dst_w + start_kh * sliding->in_kh_step_ + start_kw * sliding->in_kw_step_; in DeconvDwBorder() local1034 float *dst_kernel = dst + left * sw_param->block_channel_; in DepthwiseBorderAvxFp32() local
314 float *dst_kernel = dst + left * sw_param->out_w_step_; in SWBorder() local
887 float *dst_kernel = (float *)dst + (i / 4) * 48 + i % 4; in PackWeightConvDw3x3Fp32() local
1541 std::vector<kernel::LiteKernel *> *dst_kernel, in ConstructSubGraphs()