torch.cuda.initial_seed()
Paddle 无此 API,需要组合实现。
# PyTorch 写法 torch.cuda.initial_seed() # Paddle 写法 paddle.get_cuda_rng_state()[0].current_seed()