Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DPaddingKernel.cpp15 struct PaddingParams { struct
16 int ndim;
17 int64_t nbatch;
18 int64_t channels;
22 bool is_padding_positive_width;
24 c10::SmallVector<int64_t, 3u> ishape;
25 c10::SmallVector<int64_t, 3u> oshape;
26 c10::SmallVector<int64_t, 3u> pads;
27 c10::SmallVector<int64_t, 3u> offsets;
29 PaddingParams(const Tensor& input, const Tensor& output, IntArrayRef padding) { in PaddingParams() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/proto/
H A Dpreprocessing_steps.proto79 message PaddingParams { message