Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Member Functions
at::Generator Struct Referenceabstract

Public Member Functions

 Generator (const Generator &other)=delete
 
 Generator (Generator &&other)=delete
 
virtual Generator & copy (const Generator &other)=0
 
virtual Generator & free ()=0
 
virtual uint64_t seed ()=0
 
virtual uint64_t initialSeed ()=0
 
virtual Generator & manualSeed (uint64_t seed)=0
 
virtual Generator & manualSeedAll (uint64_t seed)=0
 
virtual void * unsafeGetTH ()=0
 

Detailed Description

Definition at line 8 of file Generator.h.


The documentation for this struct was generated from the following file: