Pytorch 공식문서에서의 설명

CLASStorch.Generator(device='cpu')

의사 난수를 생성하는 알고리즘의 상태를 관리하는 Generator의 객체를 생성하고 반환한다. 많은 In-place random sampling 함수에서 keyword argumend로 사용된다.

 

 

In-place random sampling

텐서에 정의된 random sampling 함수

 

 

 

 

 

 

 

 

 

 

https://pytorch.org/docs/stable/generated/torch.Generator.html