Home
last modified time | relevance | path

Searched defs:owidth (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DReplicationPadding.cpp48 int64_t owidth = iwidth + pad_l + pad_r; in TORCH_META_FUNC() local
77 int64_t owidth = iwidth + pad_l + pad_r; in TORCH_META_FUNC() local
113 int64_t owidth = iwidth + pad_l + pad_r; in TORCH_META_FUNC() local
159 int64_t owidth = iwidth + pleft + pright; in TORCH_META_FUNC() local
203 int64_t owidth = iwidth + pad_l + pad_r; in replication_pad2d_backward_out_cpu_template() local
248 int64_t owidth = iwidth + pleft + pright; in replication_pad3d_backward_out_cpu_template() local
H A DAveragePool3d.cpp65 const int64_t owidth = pooling_output_shape<int64_t>(iwidth, kW, padW, dW, 1, ceil_mode); in TORCH_META_FUNC() local
164 int64_t owidth, in avg_pool3d_out_frame()
285 const int64_t owidth = pooling_output_shape<int64_t>(iwidth, kW, padW, dW, 1, ceil_mode); in TORCH_IMPL_FUNC() local
350 int64_t owidth, in avg_pool3d_backward_out_frame()
461 const int64_t owidth = gradOutput.size(-1); in TORCH_IMPL_FUNC() local
H A DDilatedMaxPool3d.cpp76 const int64_t owidth = pooling_output_shape<int64_t>(iwidth, kW, pW, dW, dilationW, ceil_mode); in max_pool3d_with_indices_out_cpu_template() local
176 const int64_t owidth = gradOutput.size(-1); in max_pool3d_with_indices_backward_out_cpu_template() local
H A DPool.h296 int64_t otime, int64_t oheight, int64_t owidth, in max_pool3d_backward_shape_check()
331 int64_t otime, int64_t oheight, int64_t owidth, in avg_pool3d_backward_shape_check()
H A DMaxUnpooling.cpp27 auto owidth = output_size[1]; in max_unpooling2d_forward_out_cpu() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDilatedMaxPool3d.cu40 int obatch, int otime, int oheight, int owidth, in max_pool3d_with_indices_single_out_frame()
139 int obatch, int otime, int oheight, int owidth, in max_pool3d_with_indices_out_frame()
192 int obatch, int otime, int oheight, int owidth, in max_pool3d_with_indices_backward_single_out_frame()
246 int obatch, int otime, int oheight, int owidth, in max_pool3d_with_indices_backward_out_frame()
335 const int64_t owidth = pooling_output_shape<int64_t>(iwidth, kW, pW, dW, dilationW, ceil_mode); in max_pool3d_with_indices_out_cuda_template() local
491 const int64_t owidth = gradOutput.size(-1); in max_pool3d_with_indices_backward_out_cuda_template() local
H A DMaxUnpooling.cu129 auto owidth = output_size[1]; in max_unpooling2d_forward_out_cuda() local
406 int64_t owidth = output_size[1]; in max_unpooling2d_backward_out_cuda() local
H A DAveragePool3d.cu390 const int64_t owidth = pooling_output_shape<int64_t>(iwidth, kW, padW, dW, 1, ceil_mode); in TORCH_IMPL_FUNC() local
501 const int64_t owidth = gradOutput.size(-1); in TORCH_IMPL_FUNC() local
H A DReplicationPadding.cu256 const auto owidth = iwidth + padL + padR; in replication_pad2d_backward_out_cuda_template() local
338 int owidth = iwidth + pleft + pright; in shapeAndGradOutputCheck3d() local
/aosp_15_r20/external/libaom/av1/encoder/
H A Dsuperres_scale.c276 static int dimensions_are_ok(int owidth, int oheight, size_params_type *rsz) { in dimensions_are_ok()
283 aom_superres_mode superres_mode, int owidth, in validate_size_scales()
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/demos/
H A Dtestcurs.c727 int owidth = COLS, oheight = LINES; in resizeTest() local
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py3953 owidth, argument