|
Expression Templates Library (ETL)
|
RTTI helper to manage CUDNN handle. More...
#include <cudnn.hpp>
Public Member Functions | |
| cudnn_handle () | |
| Construct the helper and create the handle directly. | |
| cudnn_handle (cudnnHandle_t handle) | |
| Construct the helper from the raw handle. More... | |
| cudnn_handle (const cudnn_handle &rhs)=delete | |
| cudnn_handle & | operator= (const cudnn_handle &rhs)=delete |
| cudnn_handle (cudnn_handle &&rhs) noexcept=default | |
| cudnn_handle & | operator= (cudnn_handle &&rhs) noexcept=default |
| cudnnHandle_t | get () |
| Get the cudnn handle. More... | |
| ~cudnn_handle () | |
| Destruct the helper and release the raw cudnn handle. | |
Public Attributes | |
| cudnnHandle_t | handle |
| The raw cudnn handle. | |
RTTI helper to manage CUDNN handle.
|
inlineexplicit |
Construct the helper from the raw handle.
| handle | The raw cudnn handle |
|
inline |
Get the cudnn handle.
1.8.13