Update unit tests
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_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 -
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