评价此页

torch.initial_seed#

torch.initial_seed()[源码]#

返回生成随机数的初始种子,作为Python long类型。

注意

返回的种子仅用于 CPU 上的默认生成器。

返回类型

int