/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/ |
D | convolution_slidewindow_fp32.cc | 44 int kernel_h = filter_tensor->Height(); in Init() local 192 int kernel_h = filter_tensor->Height(); in PackWeight() local 205 int kernel_h = filter_tensor->Height(); in MallocWeightBiasData() local
|
D | adder_fp32.cc | 69 int kernel_h = filter_tensor->Height(); in InitWeightBias() local
|
D | deconvolution_fp32.cc | 85 auto kernel_h = weight_tensor->Height(); in PackWeight() local
|
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/ |
D | depthwise_conv2d_tests.cc | 26 OpParameter *CreateParameter(int kernel_h, int kernel_w, int stride_h, int stride_w, int pad_u, int… in CreateParameter() 48 int kernel_h = 3; in TEST_F() local 94 int kernel_h = 3; in TEST_F() local 141 int kernel_h = 2; in TEST_F() local 185 int kernel_h = 3; in TEST_F() local
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/ |
D | deconvolution_fp16.cc | 60 auto kernel_h = weight_tensor->Height(); in PackWeight() local 72 auto kernel_h = weight_tensor->Height(); in MallocWeightBiasData() local 194 auto kernel_h = weight_tensor->Height(); in Init() local
|
/third_party/mindspore/mindspore/core/ops/ |
D | avg_pool_3d.cc | 58 …r<int64_t> GetOutputShape(const std::vector<int64_t> &in_shape, int64_t kernel_d, int64_t kernel_h, in GetOutputShape() 92 void GetPadsByPadding(int64_t in_d, int64_t in_h, int64_t in_w, int64_t kernel_d, int64_t kernel_h,… in GetPadsByPadding() 138 auto kernel_h = kernel_size[1]; in InferShape() local
|
D | avg_pool.cc | 107 auto kernel_h = kernel_size[2]; in InferShape() local
|
D | max_pool.cc | 102 auto kernel_h = kernel_size[2]; in InferShape() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | conv_common_fp32.c | 351 int kernel_h = conv_param->kernel_h_; in ConvSWFp32() local 433 …nv3x32Kernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in SWConv3x32Kernel() 592 …nv1x32Kernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in SWConv1x32Kernel() 687 …nv4x24Kernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in SWConv4x24Kernel() 862 …nv1x24Kernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in SWConv1x24Kernel() 949 …nv6x16Kernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in SWConv6x16Kernel() 1127 …nv1x16Kernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in SWConv1x16Kernel() 1207 …nv12x8Kernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in SWConv12x8Kernel() 1387 …onv4x8Kernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in SWConv4x8Kernel() 1484 …onv1x8Kernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in SWConv1x8Kernel() [all …]
|
D | conv_depthwise_fp32.c | 263 … int kernel_h, int kernel_w, int out_h_step, int block_channel, int in_sh_step, int in_sw_step, in ConvDwCenter() 929 …onvDwCenter(float *dst, const float *src, const float *weight, int height, int width, int kernel_h, in DeconvDwCenter() 1066 int kernel_h = conv_param->kernel_h_; in DepthwiseSWAvxFp32() local 1137 …eSWWxKKernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in DepthwiseSWWxKKernel() 1198 …SW3x32Kernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in DepthwiseSW3x32Kernel() 1343 …SW1x32Kernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in DepthwiseSW1x32Kernel() 1422 …SW4x24Kernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in DepthwiseSW4x24Kernel() 1567 …SW1x24Kernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in DepthwiseSW1x24Kernel() 1639 …SW4x16Kernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in DepthwiseSW4x16Kernel() 1753 …SW1x16Kernel(float *dst, const float *src, const float *weight, const float *bias, size_t kernel_h, in DepthwiseSW1x16Kernel() [all …]
|
D | pack_fp32.c | 35 int kernel_h = conv_param->kernel_h_; in Im2ColPackUnitFp32() local 162 void PackNHWCToNXHWCXFp32(int kernel_h, int kernel_w, int output_channel, int oc_block_num, int inp… in PackNHWCToNXHWCXFp32() 234 void SWPackNHWCToNXHWCXFp32(int kernel_h, int kernel_w, int output_channel, int oc_block_num, int i… in SWPackNHWCToNXHWCXFp32()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/ |
D | pack_ext.c | 32 const int kernel_h = conv_param->kernel_h_; in RollingIm2ColPackDwUnitFp32() local 82 const int kernel_h = conv_param->kernel_h_; in rolling_im2col_hwc() local 153 const int kernel_h = conv_param->kernel_h_; in rolling_im2row_hwc() local 201 const int kernel_h = conv_param->kernel_h_; in col2im_hwc() local 249 const int kernel_h = conv_param->kernel_h_; in rolling_col2im_hwc() local
|
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/ |
D | conv2d_int8_coder.cc | 89 int32_t kernel_h = filter_tensor_->Height(); in InitWeightBias() local 263 int kernel_h = conv_param->kernel_h_; in CPUConv2DINT8CoderCreator() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/ |
D | pack_fp16_ext.c | 31 const int kernel_h = conv_param->kernel_h_; in RollingIm2ColPackDwUnitFp16() local 81 const int kernel_h = conv_param->kernel_h_; in RollingIm2ColPackUnitFp16() local 148 const int kernel_h = conv_param->kernel_h_; in RollingCol2ImPackUnitFp16() local
|
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/common/ |
D | pack_tests.cc | 63 int kernel_h = conv_param->kernel_h_; in TEST_F() local 126 int kernel_h = conv_param->kernel_h_; in TEST_F() local
|
/third_party/mindspore/mindspore/lite/micro/coder/wrapper/int8/ |
D | conv_init_int8_wrapper.c | 22 …Init(int8_t *origin_weight, const int32_t *ori_bias, const int32_t *filter_quant_zps, int kernel_h, in ConvInit()
|
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/fp32/ |
D | deconv2d_fp32_coder.cc | 81 int kernel_h = filter_tensor_->Height(); in InitWeightBias() local
|
D | convolution_fp32_coder.cc | 59 int kernel_h = filter_tensor_->Height(); in InitWeightBias() local
|
D | conv2d_delegate_fp32_coder.cc | 77 int kernel_h = conv_param->kernel_h_; in CPUConvolutionFP32CoderSelect() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/ |
D | deconv2d_infer.c | 55 int kernel_h = param->kernel_h_ != -1 ? param->kernel_h_ : GetHeight(weight); in Deconv2dInferShape() local
|
D | conv2d_infer.c | 21 int kernel_h = param->kernel_h_; in ConvInferShape() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/ |
D | conv_common_base.c | 46 int kernel_h = conv_param->kernel_h_; in SelectOutputUnit() local
|
/third_party/mindspore/mindspore/core/ops/fusion/ |
D | max_pool_fusion.cc | 73 auto kernel_h = kernel_size[2]; in InferShape() local
|
D | avg_pool_fusion.cc | 76 auto kernel_h = kernel_size[2]; in InferShape() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/ |
D | DepthwiseFp32_Sse.c | 111 … size_t kernel_h, size_t kernel_w, size_t out_h_step, size_t block_channel, size_t in_sh_step, in ConvDwFp32Center() 232 …er(float *dst, const float *src, const float *weight, size_t height, size_t width, size_t kernel_h, in DeconvDwFp32Center()
|