fix(cts): Use packed data directly when saving numpy files
Stop converting from packed to unpacked and then back again when using the numpy_utils save_npy function from datagenerator. Also fixes the problem of WrongBlockSizeDimension test not being generatable for lazy data gen, as we skip the dimension test in numpy_utils.
Signed-off-by: Jeremy Johnson jeremy.johnson@arm.com