dlhdl.layer.reshapeLayer
Description
Use reshapeLayer objects to create a reshape layer. You can use
      reshape layers to change the shape of activation data.
Creation
Syntax
Description
layer = dlhdl.layer.reshapeLayer(sizeVector)sizeVector.
layer = dlhdl.layer.reshapeLayer(sz1,sz2,sz3)sz1-by-sz2-by-sz3
            array. To automatically calculate the size of the array elements set one of
              sz1, sz2, or sz3 to
              [].
layer = dlhdl.layer.reshapeLayer(___,Name=Value)Name property by using name-value
            arguments.
Properties
Examples
Version History
Introduced in R2024b