Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dfractional_pool_impl.cu33 …int width_end = overlapping ? col_pooling_sequence[posw + 1] : (col_pooling_sequence[posw + 1] - 1… in Fractionalmaxpool() local
69 …int width_end = overlapping ? col_pooling_sequence[posw + 1] : (col_pooling_sequence[posw + 1] - 1… in Fractionalavgpool() local
Dfractional_pool_grad_impl.cu44 …int64_t width_end = overlapping ? col_pooling_sequence[posw + 1] : col_pooling_sequence[posw + 1] … in Fractionalmaxpoolgrad() local
82 …int64_t width_end = overlapping ? col_pooling_sequence[posw + 1] : col_pooling_sequence[posw + 1] … in Fractionalavgpoolgrad() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dfractional_max_pool_grad.cc134 …int64_t width_end = overlapping ? *(width_seq_tensor_data + ws + 1) : *(width_seq_tensor_data + ws… in DoCompute() local
178 …int64_t width_end = overlapping ? *(width_seq_tensor_data + ws + 1) : *(width_seq_tensor_data + ws… in DoCompute() local
Dfractional_max_pool.cc211 int64_t width_end = overlapping ? width_cum_seq[ws + 1] : width_cum_seq[ws + 1] - 1; in DoCompute() local
247 int64_t width_end = overlapping ? width_cum_seq[ws + 1] : width_cum_seq[ws + 1] - 1; in DoCompute() local
Dfractional_avg_pool.cc214 int64_t width_end = overlapping ? width_cum_seq[ws + 1] : width_cum_seq[ws + 1] - 1; in DoCompute() local
254 int64_t width_end = overlapping ? width_cum_seq[ws + 1] : width_cum_seq[ws + 1] - 1; in DoCompute() local
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_avgpool.c62 … int height_end, width_end, height_radius, width_radius, output_height, output_width, kernel_area; in ff_dnn_execute_layer_avg_pool() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dfractional_avg_pool_grad_cpu_kernel.cc158 int64_t width_end = overlapping_ ? *(col_seq + ws + 1) : *(col_seq + ws + 1) - 1; in FractionalAvgPoolGradCompute() local
Dfractional_max_pool_cpu_kernel.cc255 int64_t width_end = overlapping_ ? width_cum_seq[ws + 1] : width_cum_seq[ws + 1] - 1; in FractionalMaxPoolDoCompute() local
Dfractional_avg_pool_cpu_kernel.cc243 int64_t width_end = overlapping_ ? width_cum_seq[ws + 1] : width_cum_seq[ws + 1] - 1; in FractionalAvgPoolDoCompute() local