torch.nn.AdaptiveAvgPool1d(output_size)
paddle.nn.AdaptiveAvgPool1D(output_size, name=None)
两者功能一致,参数完全一致。