Searched defs:PoolingParams1D (Results 1 – 1 of 1) sorted by relevance
65 struct PoolingParams1D { struct66 int64_t NB; // Number of batches67 int64_t NC; // Number of channels68 int64_t IW; // Input width69 int64_t OW; // Output width93 using pooling_fn = void (*)(Tensor&, const Tensor&, const PoolingParams1D&); argument