registerCustomLayer
Class: dlhdl.ProcessorConfig
Namespace: dlhdl
Register the custom layer definition and Simulink model representation of the custom layer
Since R2022a
Syntax
registerCustomLayer(processorConfigObject, 'Layer', Layer, 'Model', Model)
registerCustomLayer(processorConfigObject, 'Layer', Layer, 'Model', Model,'DataType',DataType)
Description
registerCustomLayer(
registers a custom layer specified by the processorConfigObject
, 'Layer', Layer
, 'Model', Model
)Layer
argument and the
Simulink® model representation of the custom layer, specified by the
Model
argument.
registerCustomLayer(
registers a custom layer specified by the processorConfigObject
, 'Layer', Layer
, 'Model', Model
,'DataType',DataType
)Layer
argument, the Simulink model representation of the custom layer, specified by the
Model
argument, and the data type specified by the
DataType
argument.
Input Arguments
Examples
Version History
Introduced in R2022a