| 
    NVIDIA NvNeural SDK
    2022.1
    
   GPU inference framework for NVIDIA Nsight Deep Learning Designer 
   | 
 
Context management functions for working with cuDNN. More...
#include <cudnn.h>#include <nvneural/CoreTypes.h>#include <nvneural/CoreHelpers.h>#include <nvneural/CudaTypes.h>Go to the source code of this file.
Functions | |
| cudnnHandle_t | nvneural::GetCudnnHandle (const INetworkBackendCuda *pBackend) noexcept | 
| Retrieves the cuDNN handle associated with a CUDA backend.  More... | |
| NeuralResult | nvneural::InitializeCudnn (INetworkBackendCuda *pBackend) noexcept | 
| Initializes cuDNN and registers it with the backend.  More... | |
Context management functions for working with cuDNN.
      
  | 
  noexcept | 
Retrieves the cuDNN handle associated with a CUDA backend.
| pBackend | CUDA backend to query | 
      
  | 
  noexcept | 
Initializes cuDNN and registers it with the backend.
| pBackend | CUDA backend to enable for cuDNN |