Identity transformation¶
Description¶
Copies input to output as is.
Inputs¶
'source'
— array of size \(N\).
Outputs¶
'target'
— array of size \(N\).
Implementation¶
The class is needed in order to overcome the GNA limitation: the single not connected anywhere transformation is not properly initialized. Therefore Identity transformation may be used to emulate connection.