Home
last modified time | relevance | path

Searched defs:pos_h (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32_grad/
Dmaxpool_grad_grad.c47 const int pos_h = pos / output_width % output_height; in MaxPoolGradGrad() local
114 const int pos_h = pos / output_width % output_height; in MaxPool3DGradGrad() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dpad_v3_impl.cu39 const int pos_h = pos / padded_width % padded_height; in ConstantPad3d() local
64 const int pos_h = pos / old_width % old_height + pad_top; in ConstantPadGrad3d() local
161 int pos_h = pos / padded_width % padded_height; // y in ReflectPad3d() local
194 int pos_h = pos / old_width % old_height; in ReflectPadGrad3d() local
226 int pos_h = pos / padded_width % padded_height; in EdgePad3d() local
255 int pos_h = pos / old_width % old_height; in EdgePadGrad3d() local
Dmaxpool_with_argmax_v2_impl.cu39 const int pos_h = pos / outW % outH; in MaxPoolWithArgmaxV2() local
Dpad_impl.cu119 const int pos_h = pos / padded_width % padded_height; in Pad3d() local
141 const int pos_h = pos / old_width % old_height + pad_top; in PadGrad3d() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Ddilation2d_cpu_kernel.cc110 int64_t pos_h = pos / output_width % output_height; in LaunchKernel() local
Dmax_pool_grad_with_argmax_v2_cpu_kernel.cc125 const int pos_h = i / y_width % y_height; in LaunchKernel() local
Ddilation2d_backprop_input_cpu_kernel.cc127 size_t pos_h = pos / out_backprop_width % out_backprop_height; in LaunchKernel() local
Ddilation2d_backprop_filter_cpu_kernel.cc127 size_t pos_h = pos / out_backprop_width % out_backprop_height; in LaunchKernel() local
Dmax_pool_with_argmax_v2_cpu_kernel.cc127 const int pos_h = i / oW % oH; in MaxPoolWithArgmaxV2SingleCompute() local
/third_party/ffmpeg/libavfilter/
Dvf_scroll.c35 int pos_h[4], pos_v[4]; member