tiny_dnn  1.0.0
A header only, dependency-free deep learning framework in C++11
Public Member Functions | List of all members
tiny_dnn::Device Class Reference

Public Member Functions

 Device (device_t type)
 
 Device (device_t type, const int platform_id, const int device_id)
 
device_t type () const
 
bool hasCLCudaAPI () const
 
int platformId () const
 
int deviceId () const
 
bool operator== (const Device &d) const
 
void registerOp (layer &l)
 

The documentation for this class was generated from the following files: