Expand Up@@ -416,6 +416,7 @@ class PoolingLayer : public Layer<Dtype> { intheight_, width_; intpooled_height_, pooled_width_; boolglobal_pooling_; boolceil_mode_; Blob<Dtype> rand_idx_; Blob<int> max_idx_; }; Expand Down ...
Asthestarsfalll changed the title [Typing][A-21, A-63] Add type annotations for paddle/nn/{layer,functional}/pooling.py [Typing][A-22, A-63] Add type annotations for paddle/nn/{layer,functional}/pooling.py Jun 26, 2024 Contributor megemini commented Jun 26, 2024 @Asthestarsfalll ...