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, create a code
configuration object by using the coder.gpuConfig
function, and set the DeepLearningConfig property of the object to the
coder.CuDNNConfig object.
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