Home
last modified time | relevance | path

Searched defs:dst_kernel (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dconv_depthwise_fp16.c496 float16_t *dst_kernel = dst_h + left * sliding->block_channel_; in DepthwiseBorderFp16() local
662 … float16_t *dst_kernel = dst_w + start_kh * sliding->in_kh_step_ + start_kw * sliding->in_kw_step_; in DeconvDepthwiseBorderFp16() local
Dpack_fp16.c25 float16_t *dst_kernel = (float16_t *)dst + (i / 8) * 96 + i % 8; in PackWeightConvDw3x3Fp16() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpack_int8.c978 int16_t *dst_kernel = dst_c + C8NUM * k + c8_block_rem; in PackDepthwiseInt8Weight() local
997 int16_t *dst_kernel = dst_c + C4NUM * k + c4_block_rem; in PackDeconvDepthwiseInt8Weight() local
Dconv_depthwise_int8.c547 int8_t *dst_kernel = dst_h + left * sliding->block_channel_; in ConvDwInt8Border() local
707 … int32_t *dst_kernel = dst_w + start_kh * sliding->in_kh_step_ + start_kw * sliding->in_kw_step_; in DeconvDwInt8Border() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dconv_depthwise_fp32.c220 float *dst_kernel = dst_h + left * sliding->block_channel_; in ConvDwBorder() local
913 float *dst_kernel = dst_w + start_kh * sliding->in_kh_step_ + start_kw * sliding->in_kw_step_; in DeconvDwBorder() local
1034 float *dst_kernel = dst + left * sw_param->block_channel_; in DepthwiseBorderAvxFp32() local
Dconv_common_fp32.c314 float *dst_kernel = dst + left * sw_param->out_w_step_; in SWBorder() local
Dpack_fp32.c887 float *dst_kernel = (float *)dst + (i / 4) * 48 + i % 4; in PackWeightConvDw3x3Fp32() local
/third_party/mindspore/mindspore/lite/src/
Dscheduler.cc1541 std::vector<kernel::LiteKernel *> *dst_kernel, in ConstructSubGraphs()