Skip to content

Add data generators to the testing infrastructure

Jakub Sujak requested to merge jakub/datagen into main
  • 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, and fn_generate_bias to MatMulMethod
  • 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

Merge request reports

Loading