analyzeNetworkForCodegen
Description
analyzes the deep learning network result
= analyzeNetworkForCodegen(net
) net
for code generation and reports
network and layer compatibility issues. Network must be a dlnetwork
,
SeriesNetwork
, or DAGNetwork
object. By default, the
function validates against a set of default CPU and GPU deep learning library
targets.
___ = analyzeNetworkForCodegen(___,
analyzes the deep learning network Name,Value
)net
for code generation by using the
options specified by one or more Name,Value
pair arguments.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
Version History
Introduced in R2022b
See Also
Functions
imagePretrainedNetwork
(Deep Learning Toolbox) |codegen
|coder.loadDeepLearningNetwork