Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/
Dpack_int8.c166 int16_t *dst_kernel = dst_c + C8NUM * k + c8_block_rem; in PackDepthwiseInt8Weight() local
185 int16_t *dst_kernel = dst_c + C4NUM * k + c4_block_rem; in PackDeconvDepthwiseInt8Weight() local
Dconv_depthwise_int8.c548 int8_t *dst_kernel = dst_h + left * sliding->block_channel_; in ConvDwInt8Border() local
708 … 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-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/
Dconv_depthwise_fp16.c500 float16_t *dst_kernel = dst_h + left * sliding->block_channel_; in DepthwiseBorderFp16() local
668 … 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-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dconv_depthwise_fp32.c298 float *dst_kernel = dst_h + left * sliding->block_channel_; in ConvDwBorder() local
991 float *dst_kernel = dst_w + start_kh * sliding->in_kh_step_ + start_kw * sliding->in_kw_step_; in DeconvDwBorder() local
1112 float *dst_kernel = dst + left * sw_param->block_channel_; in DepthwiseBorderAvxFp32() local
Dpack_fp32.c2065 float *dst_kernel = (float *)dst + (i / 4) * 48 + i % 4; in PackWeightConvDw3x3Fp32() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dscheduler.cc1674 std::vector<kernel::KernelExec *> *dst_kernel, in ConstructNormalSubGraphs()