torch.nn.Module.get_buffer(target)
Paddle 无此 API,需要组合实现。
# PyTorch 写法 module.get_buffer("target") # Paddle 写法 getattr(module, "target")