Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/
Dpack_int8.c165 const int8_t *src_kernel = src_c + k; in PackDepthwiseInt8Weight() local
184 const int8_t *src_kernel = src_c + k; in PackDeconvDepthwiseInt8Weight() local
Dconv_depthwise_int8.c555 …const int8_t *src_kernel = src_w + start_kh * sliding->in_kh_step_ + start_kw * sliding->in_kw_ste… in ConvDwInt8Border() local
700 const int16_t *src_kernel = src_h + left * sliding->block_channel_; in DeconvDwInt8Border() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dscheduler.cc277 auto src_kernel = *dst_kernels; in ConstructSubGraphs() local
1656 int Scheduler::ConstructNormalSubGraphs(const std::vector<kernel::KernelExec *> &src_kernel, in ConstructNormalSubGraphs()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/
Dconv_depthwise_fp16.c507 …const float16_t *src_kernel = src_w + start_kh * sliding->in_kh_step_ + start_kw * sliding->in_kw_… in DepthwiseBorderFp16() local
660 const float16_t *src_kernel = src_h + left * sliding->block_channel_; in DeconvDepthwiseBorderFp16() local
Dpack_fp16.c24 float16_t *src_kernel = (float16_t *)src + i * 9; in PackWeightConvDw3x3Fp16() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/mem_reuse/
Dmem_swap_manager.cc471 auto src_kernel = QueryKernelByTopoOrder(src_pos); in MoveSwapInfoPos() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dconv_depthwise_fp32.c305 …const float *src_kernel = src_w + start_kh * sliding->in_kh_step_ + start_kw * sliding->in_kw_step… in ConvDwBorder() local
983 const float *src_kernel = src_h + left * sliding->block_channel_; in DeconvDwBorder() local
1118 …const float *src_kernel = src_w + start_kh * sw_param->in_kh_step_ + start_kw * sw_param->in_kw_st… in DepthwiseBorderAvxFp32() local
Dpack_fp32.c2064 float *src_kernel = (float *)src + i * 9; in PackWeightConvDw3x3Fp32() local