Reshapes a 1-D array into a 2-D array with specified dimensions. @param n1 the 1st dimension of the reshaped array. @param n2 the 2nd dimension of the reshaped array. @param cx the array. @return the reshaped array.
(int n1, int n2, float[] cx)
source not stored for this graph (policy: none)