/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | Im2Col.cpp | 47 const int pad_y = conv_info.pad().second; in im2col_nchw() local 101 const int pad_y = conv_info.pad().second; in im2col_nhwc() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | DirectConvolution3DFixture.h | 161 …Shape input_shape, int stride_x, int stride_y, int stride_z, int pad_x, int pad_y, int pad_z, unsi… in setup() 174 …Shape input_shape, int stride_x, int stride_y, int stride_z, int pad_x, int pad_y, int pad_z, unsi… in setup()
|
H A D | DirectConvolutionLayerFixture.h | 234 …void setup(TensorShape input_shape, int stride_x, int stride_y, int pad_x, int pad_y, unsigned int… in setup() 247 …void setup(TensorShape input_shape, int stride_x, int stride_y, int pad_x, int pad_y, unsigned int… in setup()
|
/aosp_15_r20/external/ComputeLibrary/src/core/helpers/ |
H A D | PoolingHelpers.h | 37 …const int upper_bound_h, const int upper_bound_d, const int pad_x, const int pad_y, const int pad_… in calculate_avg_scale_pool3d() 57 … const int pad_x, const int pad_y, const int stride_x, const int stride_y) in calculate_avg_scale_pool2d()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/dynamic_fusion/gpu/cl/ |
H A D | DirectConv2dFixture.h | 226 …void setup(TensorShape input_shape, int stride_x, int stride_y, int pad_x, int pad_y, unsigned int… in setup() 345 …void setup(TensorShape input_shape, int stride_x, int stride_y, int pad_x, int pad_y, unsigned int… in setup()
|
/aosp_15_r20/external/libhevc/encoder/ |
H A D | ihevce_enc_subpel_gen.c | 219 WORD32 stride, stride_uv, wd, ht, wd_uv, ht_uv, pad_x, pad_y, pad_subpel_x, pad_subpel_y; in ihevce_pad_interp_recon_ctb() local 559 WORD32 stride, stride_uv, wd, ht, wd_uv, ht_uv, pad_x, pad_y; in ihevce_pad_interp_recon_src_ctb() local
|
H A D | hme_common_defs.h | 62 #define SET_PIC_LIMIT(s_pic_limit, pad_x, pad_y, wd, ht, num_post_refine) \ argument
|
/aosp_15_r20/external/ComputeLibrary/src/core/ |
H A D | TensorInfo.cpp | 220 const size_t pad_y = _tensor_shape.num_dimensions() < 2 ? 0 : 4; in auto_padding() local
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/pool2d/neon/ |
H A D | quantized.h | 281 … const int pad_x, const int pad_y, const int stride_x, const int stride_y) in scale_vector_q16x8()
|