Name — Layer name '' (default) | character vector | string scalar
Layer name, specified as a character vector or a string scalar.
To include a layer in a layer graph, you must specify a nonempty unique layer name. If you train
a series network with the layer and Name is set to '',
then the software automatically assigns a name to the layer at training time.
Data Types: char | string
NumOutputs — Number of outputs 1 (default)
Number of outputs of the layer. This layer has a single output only.
Data Types: double
OutputNames — Output names {'out'} (default)
Output names of the layer. This layer has a single output only.