Home
last modified time | relevance | path

Searched defs:padding_h (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_convolution_backward.cpp117 const int64_t padding_h = val_at(padding, 0, /*default_value=*/0); in conv2d_backward_impl() local
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset11.py1078 def _get_im2col_padded_input(g: jit_utils.GraphContext, input, padding_h, padding_w): argument