Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/assembly/
H A Dpooling.hpp44 struct PoolingArgs struct
46 const CPUInfo *cpu_info;
48 PoolingType pool_type;
49 PoolingWindow pool_window;
50 PoolingStride pool_stride;
51 bool exclude_padding;
53 unsigned int n_batches, input_rows, input_cols, n_channels;
54 unsigned int output_rows, output_cols;
56 PaddingValues padding;
58 const PoolingConfig *config;
[all …]