Searched defs:dst_kernel (Results 1 – 7 of 7) sorted by relevance
166 int16_t *dst_kernel = dst_c + C8NUM * k + c8_block_rem; in PackDepthwiseInt8Weight() local185 int16_t *dst_kernel = dst_c + C4NUM * k + c4_block_rem; in PackDeconvDepthwiseInt8Weight() local
548 int8_t *dst_kernel = dst_h + left * sliding->block_channel_; in ConvDwInt8Border() local708 … int32_t *dst_kernel = dst_w + start_kh * sliding->in_kh_step_ + start_kw * sliding->in_kw_step_; in DeconvDwInt8Border() local
500 float16_t *dst_kernel = dst_h + left * sliding->block_channel_; in DepthwiseBorderFp16() local668 … 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
298 float *dst_kernel = dst_h + left * sliding->block_channel_; in ConvDwBorder() local991 float *dst_kernel = dst_w + start_kh * sliding->in_kh_step_ + start_kw * sliding->in_kw_step_; in DeconvDwBorder() local1112 float *dst_kernel = dst + left * sw_param->block_channel_; in DepthwiseBorderAvxFp32() local
2065 float *dst_kernel = (float *)dst + (i / 4) * 48 + i % 4; in PackWeightConvDw3x3Fp32() local
1674 std::vector<kernel::KernelExec *> *dst_kernel, in ConstructNormalSubGraphs()