| 115 | }; |
| 116 | |
| 117 | static cudnnHandle_t context() |
| 118 | { |
| 119 | thread_local cudnn_context c; |
| 120 | return c.get_handle(); |
| 121 | } |
| 122 | // ------------------------------------------------------------------------------------ |
| 123 | |
| 124 | class cudnn_activation_descriptor |
no test coverage detected