tiny_dnn
1.0.0
A header only, dependency-free deep learning framework in C++11
|
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) |