torch.nn.Module.add_module(name, module)
paddle.nn.Layer.add_sublayer(name, sublayer)
两者功能一致,仅参数名不一致。