Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/
Dscheduler.cc333 auto src_kernel = *dst_kernels; in Schedule() local
1540 int Scheduler::ConstructSubGraphs(std::vector<kernel::LiteKernel *> src_kernel, in ConstructSubGraphs()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dconv_depthwise_fp16.c503 …const float16_t *src_kernel = src_w + start_kh * sliding->in_kh_step_ + start_kw * sliding->in_kw_… in DepthwiseBorderFp16() local
654 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/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpack_int8.c977 const int8_t *src_kernel = src_c + k; in PackDepthwiseInt8Weight() local
996 const int8_t *src_kernel = src_c + k; in PackDeconvDepthwiseInt8Weight() local
Dconv_depthwise_int8.c554 …const int8_t *src_kernel = src_w + start_kh * sliding->in_kh_step_ + start_kw * sliding->in_kw_ste… in ConvDwInt8Border() local
699 const int16_t *src_kernel = src_h + left * sliding->block_channel_; in DeconvDwInt8Border() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dconv_depthwise_fp32.c227 …const float *src_kernel = src_w + start_kh * sliding->in_kh_step_ + start_kw * sliding->in_kw_step… in ConvDwBorder() local
905 const float *src_kernel = src_h + left * sliding->block_channel_; in DeconvDwBorder() local
1040 …const float *src_kernel = src_w + start_kh * sw_param->in_kh_step_ + start_kw * sw_param->in_kw_st… in DepthwiseBorderAvxFp32() local
Dconv_common_fp32.c320 …const float *src_kernel = src_w + start_kh * sw_param->in_kh_step_ + start_kw * sw_param->in_kw_st… in SWBorder() local
Dpack_fp32.c886 float *src_kernel = (float *)src + i * 9; in PackWeightConvDw3x3Fp32() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/mem_reuse/
Dmem_swap_manager.cc469 auto src_kernel = QueryKernelByTopoOrder(src_pos); in MoveSwapInfoPos() local