pub unsafe fn destroy_handle(handle: cudnnHandle_t) -> Result<(), CudnnError>
Expand description

Destroys a handle previously created with create_handle(). See nvidia docs

Safety

handle must not have been freed already.