Skip to content
Snippets Groups Projects

[Feat] add unit test for conv2d in int32_t

Merged Mickael GUIBERT requested to merge mick94/aidge_backend_cpu:add_conv-int-unittest into dev

Context

Add unit test for conv2d in int32_t.

Modified files

  • `Test_ConvImpl.cpp``, add several learning methods;

Detailed

This test concerns a conv 7x7 with padding {3,3,3,3}, stride {2,2}, no dilation. The datatype used is int32_t to test integer conv making a comparison betwween Aidge inference result and CPP operator (from backend_cpp)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading