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 Generatorcopy (const Generator &other)=0
 
virtual Generatorfree ()=0
 
virtual uint64_t seed ()=0
 
virtual uint64_t initialSeed ()=0
 
virtual GeneratormanualSeed (uint64_t seed)=0
 
virtual GeneratormanualSeedAll (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: