Identity
Initializer that generates the identity matrix. This initializer is only usable for generating 2D matrices. Although identity matrices are undefined for non-square matrices an "identity" matrix is generated. E.g. 2 x 3 "identity" matrix ==> [ 1., 0., 0., 0., 1., 0.]
Throws
if is not 2D matrix created.