/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() 51 int stride_w = 1; in TEST_F() local 97 int stride_w = 1; in TEST_F() local 144 int stride_w = 1; in TEST_F() local 188 int stride_w = 1; in TEST_F() local
|
D | pooling_tests.cc | 25 …ateParameter(PoolMode pool_mode, int window_h, int window_w, int stride_h, int stride_w, int pad_u, in CreateParameter()
|
/third_party/mindspore/mindspore/lite/src/delegate/npu/op/ |
D | avg_pooling_npu.cc | 28 auto stride_w = static_cast<int>(*(pooling_prim->strides()->begin() + 1)); in IsSupport() local 48 auto stride_w = static_cast<int>(*(pooling_prim->strides()->begin() + 1)); in SetPoolingParam() local
|
D | convolution_npu.cc | 29 auto stride_w = static_cast<int>(*(conv_prim->stride()->begin() + 1)); in IsSupport() local 41 auto stride_w = static_cast<int>(*(conv_prim->stride()->begin() + 1)); in SetConvParam() local
|
D | convolution_depthwise_npu.cc | 22 auto stride_w = static_cast<int>(*(conv_prim->stride()->begin() + 1)); in SetConvDwParam() local
|
D | max_pooling_npu.cc | 40 auto stride_w = static_cast<int>(*(pooling_prim->strides()->begin() + 1)); in SetPoolingParam() local
|
D | deconvolution_npu.cc | 45 auto stride_w = static_cast<int>(*(conv_prim->stride()->begin() + 1)); in SetDeconvParam() local
|
/third_party/mindspore/mindspore/core/ops/ |
D | avg_pool_3d.cc | 59 … int64_t kernel_w, int64_t stride_d, int64_t stride_h, int64_t stride_w, in GetOutputShape() 93 int64_t stride_d, int64_t stride_h, int64_t stride_w, const int64_t &pad_mode, in GetPadsByPadding() 142 auto stride_w = strides[2]; in InferShape() local
|
D | avg_pool.cc | 110 auto stride_w = strides[3]; in InferShape() local
|
D | max_pool.cc | 105 auto stride_w = strides[3]; in InferShape() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32_grad/ |
D | pack_ext.c | 27 const int stride_w = conv_param->stride_w_; in RollingIm2ColPackDwUnitFp32() local 77 const int stride_w = conv_param->stride_w_; in rolling_im2col_hwc() local 148 const int stride_w = conv_param->stride_w_; in rolling_im2row_hwc() local 196 const int stride_w = conv_param->stride_w_; in col2im_hwc() local 244 const int stride_w = conv_param->stride_w_; in rolling_col2im_hwc() local
|
D | pooling_grad.c | 22 int stride_w = pooling_param->stride_w_; in AvgPoolingGrad() local 105 int stride_w = pooling_param->stride_w_; in MaxPoolingGrad() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16_grad/ |
D | pack_fp16_ext.c | 26 const int stride_w = conv_param->stride_w_; in RollingIm2ColPackDwUnitFp16() local 76 const int stride_w = conv_param->stride_w_; in RollingIm2ColPackUnitFp16() local 143 const int stride_w = conv_param->stride_w_; in RollingCol2ImPackUnitFp16() local
|
D | pooling_grad.c | 22 int stride_w = pooling_param->stride_w_; in AvgPoolingFp16Grad() local 107 int stride_w = pooling_param->stride_w_; in MaxPoolingFp16Grad() local
|
/third_party/mindspore/mindspore/lite/tools/optimizer/parallel/ |
D | split_strategy.cc | 38 int64_t stride_w = strides.at(kIndexW); in ApproximateFLOPs() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/ |
D | deconv2d_infer.c | 58 int stride_w = param->stride_w_; in Deconv2dInferShape() local
|
D | conv2d_infer.c | 22 int stride_w = param->stride_w_; in ConvInferShape() local
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/ |
D | conv2d_transpose.cc | 92 int stride_w = param->stride_w_; in SetGlobalLocal() local 112 int stride_w = param->stride_w_; in SetConstArgs() local
|
D | stack.cc | 133 cl_int2 stride_w = {stride_w_out, stride_w_in}; in SetConstArgs() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/ |
D | pooling_gpu_kernel.h | 207 int stride_w = stride_[3]; in SetPad() local 252 int stride_w = stride_[4]; in SetPad3D() local
|
D | pooling_grad_gpu_kernel.h | 242 int stride_w = stride_[3]; in SetPad() local 293 int stride_w = stride_[4]; in SetPad3D() local
|
/third_party/mindspore/mindspore/core/ops/fusion/ |
D | max_pool_fusion.cc | 76 auto stride_w = strides[3]; in InferShape() local
|
D | avg_pool_fusion.cc | 79 auto stride_w = strides[3]; in InferShape() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | space_to_batch_int8.c | 38 int32_t stride_w = (n / in_shape[0]) % block_w; in DoSpaceToBatchNHWCInt8() local
|
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/ |
D | conv2d_int8_coder.cc | 266 int stride_w = conv_param->stride_w_; in CPUConv2DINT8CoderCreator() local
|