Home
last modified time | relevance | path

Searched defs:padding_x (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dutil.cc108 const std::string& padding_x) { in GetXStrideCorrected()
119 const std::string& padding_x) { in GetXStrideCorrectedV2()
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Dkernel_ops_util.h225 int64_t padding_x = p_W; in kernel_reduction_then_map_2d() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Dconvolution_transposed_3x3.cc338 const int padding_x = in BindArguments() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_convolution.cpp86 const int64_t padding_x = val_at(padding, 1, /*default_value=*/0); in conv2d_impl() local