Main Content
coder.CuDNNConfig
Parameters to configure deep learning code generation with the CUDA Deep Neural Network library
Description
The coder.CuDNNConfig
object contains NVIDIA® cuDNN specific parameters that codegen
uses for generating CUDA® code for deep neural networks.
To use a coder.CuDNNConfig
object for code generation, assign it to the
DeepLearningConfig
property of a coder.gpuConfig
object that you pass to codegen
.
Creation
Create a cuDNN configuration object by using the coder.DeepLearningConfig
function with target library set as
'cudnn'
.
Properties
Examples
Version History
Introduced in R2018b
See Also
Functions
codegen
|imagePretrainedNetwork
(Deep Learning Toolbox) |coder.DeepLearningConfig
|coder.loadDeepLearningNetwork