Home
last modified time | relevance | path

Searched defs:in_width (Results 1 – 25 of 42) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dresize_linear_1d.cu40 __device__ void InterpolationCal(const int64_t out_i, const int64_t in_width, const int64_t out_wid… in InterpolationCal()
53 __global__ void ResizeLinear1DKernel(const int64_t output_size, const int64_t in_width, const int64… in ResizeLinear1DKernel()
73 __global__ void ResizeLinear1DKernel(const int64_t output_size, const int64_t in_width, const int64… in ResizeLinear1DKernel()
94const int64_t in_width, const int64_t out_width, const T *input, T *output, in ResizeLinear1D()
113const int64_t in_width, const int64_t out_width, const half *input, half *output, in ResizeLinear1D()
137 …_ void ResizeLinear1DGradKernel(const int64_t batch, const int64_t channel, const int64_t in_width, in ResizeLinear1DGradKernel()
162 …_ void ResizeLinear1DGradKernel(const int64_t batch, const int64_t channel, const int64_t in_width, in ResizeLinear1DGradKernel()
185 … const int64_t channel, const int64_t in_width, const int64_t out_width, in ResizeLinear1DGrad()
206 … const int64_t channel, const int64_t in_width, const int64_t out_width, in ResizeLinear1DGrad()
Dresize_area_impl.cu24 … const int32_t in_height, const int32_t in_width, const int32_t out_height, in ComputeInterpolation()
62 const int32_t in_height, const int32_t in_width) { in PatchSum()
148 const int32_t in_height, const int32_t in_width) { in PatchSum()
237 const int32_t in_height, const int32_t in_width, bool align_corners, in CalResizeArea()
Dcol2im_impl.cu32const uint32_t in_width, const uint32_t kernel_height, const uint32_t kernel_width, in Col2ImKernel()
70 const uint32_t out_width, const uint32_t in_height, const uint32_t in_width, in Col2Im()
Dresize_nearest_neighbor_impl.cu33 int in_width = s4; in ResizeNearestNeighbor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dresize_nearest_neighbor_v2_grad.h50 Eigen::Index in_width; variable
Dresize_nearest_neighbor_v2.h47 Eigen::Index in_width; variable
Dresize_area.h39 size_t in_width; member
Dresize_nearest_neighbor_v2_grad.cc154 const int64_t in_width = grads_shape[kIndex3]; in RealCompute() local
Dresize_nearest_neighbor_v2.cc111 auto in_width = static_cast<int32_t>(width); in ResizeNearestNeighborV2ParamCheck() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/convolution/
Dconvolution_ops_impl.cu29 const int in_width = cuda_args.in_width; in Conv2dDepthWiseForwardNCHWKernel() local
68 const int in_width = cuda_args.in_width; in Conv2dDepthWiseForwardNCHWKernel() local
106 const int in_width = cuda_args.in_width; in Conv2dDepthWiseForwardNHWCKernel() local
145 const int in_width = cuda_args.in_width; in Conv2dDepthWiseForwardNHWCKernel() local
182 const int in_width = cuda_args.in_width; in Conv2dDepthWiseInputGradNCHWKernel() local
225 const int in_width = cuda_args.in_width; in Conv2dDepthWiseInputGradNCHWKernel() local
267 const int in_width = cuda_args.in_width; in Conv2dDepthWiseInputGradNHWCKernel() local
310 const int in_width = cuda_args.in_width; in Conv2dDepthWiseInputGradNHWCKernel() local
354 const int in_width = cuda_args.in_width; in Conv2dDepthWiseFilterGradNCHWKernel() local
395 const int in_width = cuda_args.in_width; in Conv2dDepthWiseFilterGradNCHWKernel() local
Dconvolution_common.cuh35 int in_width{0}; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dresize_bilinear_cpu_kernel.cc77 size_t in_width = shape_[3]; in Resize() local
117 size_t in_width = shape_[3]; in LaunchFloat16Kernel() local
180 size_t in_width = shape_[3]; in LaunchKernel() local
Dresize_bilinear_grad_cpu_kernel.cc42 size_t in_width = shape[kResizeBilinearGradNumThree]; in ResizeBilinearGradFP16() local
94 size_t in_width = shape[kResizeBilinearGradNumThree]; in ResizeBilinearGradFP16_HPC() local
147 size_t in_width = shape[kResizeBilinearGradNumThree]; in ResizeBilinearGrad() local
200 size_t in_width = shape[kResizeBilinearGradNumThree]; in ResizeBilinearGrad_HPC() local
271 size_t in_width = shape_[3]; in Resize() local
Dresize_nearest_neighbor_v2_cpu_kernel.cc64 const int64_t in_width = x_shape_[kIndex3]; in LaunchKernel() local
Dresize_nearest_neighbor_v2_grad_cpu_kernel.cc71 const int64_t in_width = grads_shape_[kIndex3]; in RealCompute() local
Dmax_pool_with_argmax_v2_cpu_kernel.cc85 const int64_t in_width = x_shape_[kIndexWidth]; in LaunchKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32_grad/
Dpack_ext.c35 const int in_width = conv_param->input_w_; in RollingIm2ColPackDwUnitFp32() local
85 const int in_width = conv_param->input_w_; in rolling_im2col_hwc() local
156 const int in_width = conv_param->output_w_; in rolling_im2row_hwc() local
204 const int in_width = conv_param->input_w_; in col2im_hwc() local
252 const int in_width = conv_param->input_w_; in rolling_col2im_hwc() local
Dresize_grad.c113 size_t in_width = param->in_width_; in ResizeBiLinearGrad() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16_grad/
Dpack_fp16_ext.c35 const int in_width = conv_param->input_w_; in RollingIm2ColPackDwUnitFp16() local
85 const int in_width = conv_param->input_w_; in RollingIm2ColPackUnitFp16() local
152 const int in_width = conv_param->input_w_; in RollingCol2ImPackUnitFp16() local
Dresize_grad.c112 size_t in_width = param->in_width_; in ResizeBiLinearFp16Grad() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/int8/
Dresize_int8.cc162 auto in_width = in_tensor->Width(); in CalRatio() local
234 auto in_width = in_tensor->Width(); in CalFloatRatio() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/
Dcrop_fp16.c66 const int in_width = in_shape[2]; in Fp16Crop3D() local
100 const int in_width = in_shape[2]; in Fp16Crop4D() local
/third_party/cups-filters/filter/pdftopdf/
Dnup.cc204 bool NupState::nextPage(float in_width,float in_height,NupPageEdit &ret) // {{{ in nextPage()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/int8/
Dcrop_int8.c108 const int in_width = input_shape[2]; in Int8Crop3D() local
162 const int in_width = input_shape[2]; in Int8Crop4D() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dresize.cc149 … const int64_t &in_height, const int64_t &in_width, int64_t *new_height, int64_t *new_width) { in GetNewHeightAndWidth()

12