Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/convolution/
Dconvolution_ops_impl.cu31 const int filter_width = cuda_args.filter_width; in Conv2dDepthWiseForwardNCHWKernel() local
70 const int filter_width = cuda_args.filter_width; in Conv2dDepthWiseForwardNCHWKernel() local
108 const int filter_width = cuda_args.filter_width; in Conv2dDepthWiseForwardNHWCKernel() local
147 const int filter_width = cuda_args.filter_width; in Conv2dDepthWiseForwardNHWCKernel() local
185 const int filter_width = cuda_args.filter_width; in Conv2dDepthWiseInputGradNCHWKernel() local
228 const int filter_width = cuda_args.filter_width; in Conv2dDepthWiseInputGradNCHWKernel() local
270 const int filter_width = cuda_args.filter_width; in Conv2dDepthWiseInputGradNHWCKernel() local
313 const int filter_width = cuda_args.filter_width; in Conv2dDepthWiseInputGradNHWCKernel() local
356 const int filter_width = cuda_args.filter_width; in Conv2dDepthWiseFilterGradNCHWKernel() local
397 const int filter_width = cuda_args.filter_width; in Conv2dDepthWiseFilterGradNCHWKernel() local
Dconvolution_common.cuh39 int filter_width{0}; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Ddilation2d_cpu_kernel.cc85 int64_t filter_width = filter_shape_[kFormatCHWIndexW]; in LaunchKernel() local
Ddilation2d_backprop_input_cpu_kernel.cc87 size_t filter_width = LongToSize(i_filter_shape_[kFormatCHWIndexW]); in LaunchKernel() local
Ddilation2d_backprop_filter_cpu_kernel.cc87 size_t filter_width = LongToSize(f_filter_shape_[kFormatCHWIndexW]); in LaunchKernel() local
/third_party/ffmpeg/libavfilter/
Dvf_vif.c97 int filter_width; member
318 int filter_width = vif_filter1d_width1[scale]; in compute_vif2() local
Dvf_siti.c179 int filter_width = 3; in convolve_sobel() local
/third_party/mesa3d/include/tensorflow/lite/core/c/
Dbuiltin_op_data.h111 int filter_width; member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h1154 unsigned filter_width; member