Skip to content

Draft: Update unit tests

Houssem ROUIS requested to merge hrouis/aidge_backend_cuda:rework_unit_tests into dev

Context

To make unit tests more robust by adding randomly generated input tests.

Modified files

  • Test_AddImpl.cpp;
  • Test_AvgPoolingImpl.cpp;
  • Test_BatchNormImpl.cpp;
  • Test_CastMoveImpl.cpp;
  • Test_ConvDepthWiseImpl.cpp;
  • Test_ConvImpl.cpp;
  • Test_FCImpl.cpp;
  • Test_GlobalAvgPoolingImpl.cpp;
  • Test_MaxPoolingImpl.cpp;
  • Test_PadImpl.cpp;
  • Test_ReLUImpl.cpp;
  • Test_ReshapeImpl.cpp;

TODO

  • Add unit tests
  • AvgPooling unit tests
  • BatchNorm unit tests
  • CastMove unit tests
  • ConvDepthWise unit tests
  • Conv unit tests
  • FC unit tests
  • GlobalAvgPooling unit tests
  • MaxPooling unit tests
  • Pad unit tests
  • ReLU unit tests
  • Reshape unit tests
Edited by Houssem ROUIS

Merge request reports