/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | ReplicationPadding.cpp | 48 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 D | AveragePool3d.cpp | 65 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 D | DilatedMaxPool3d.cpp | 76 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 D | Pool.h | 296 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 D | MaxUnpooling.cpp | 27 auto owidth = output_size[1]; in max_unpooling2d_forward_out_cpu() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | DilatedMaxPool3d.cu | 40 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 D | MaxUnpooling.cu | 129 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 D | AveragePool3d.cu | 390 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 D | ReplicationPadding.cu | 256 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 D | superres_scale.c | 276 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 D | testcurs.c | 727 int owidth = COLS, oheight = LINES; in resizeTest() local
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _meta_registrations.py | 3953 owidth, argument
|