Get convolutional neural network layers supported for code generation for a specific deep learning library
coder.getDeepLearningLayers(
returns the convolutional neural network layers supported for code generation for a specific
deep learning library.libraryname
)
Note
To use coder.getDeepLearningLayers
, you must install the
support package that corresponds to libraryname
:
For 'arm-compute'
and 'mkldnn'
, install
MATLAB® Coder™ Interface for Deep Learning Libraries.
For 'cudnn'
, 'tensorrt'
or
'arm-compute-mali'
, install GPU Coder™ Interface for Deep Learning Libraries.
Note
The coder.getDeepLearningLayers
function does not list certain
custom layers if the associated support packages are not installed. For example,
keras
layers are not listed if the Deep Learning Toolbox™ Importer for TensorFlow™-Keras Models support package is not installed.