Add data generators to the testing infrastructure
- Introduce data generator interface for generating reference data
- Create generators for constant, sequential, uniformly distributed, and normally distributed data
- Add new fields
fn_generate_lhs,fn_generate_rhs, andfn_generate_biastoMatMulMethod - Demonstrate how to use the new generators in
matmul_test.cpp
Signed-off-by: Jakub Sujak jakub.sujak@arm.com Signed-off-by: James Gross james.gross@arm.com
Edited by james-gross-arm