tiny_dnn
1.0.0
A header only, dependency-free deep learning framework in C++11
|
Public Member Functions | |
OpKernel (const OpKernelConstruction &context) | |
virtual void | compute (const OpKernelContext &context)=0 |
Protected Attributes | |
Device * | device_ = nullptr |
Params * | params_ = nullptr |