Searched defs:PoolingArgs (Results 1 – 1 of 1) sorted by relevance
44 struct PoolingArgs struct46 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 …]