[Test] Add conv various situation test accepted/tizen/unified/20210305.034114 submit/tizen/20210303.100614 submit/tizen/20210305.020917
authorJihoon Lee <jhoon.it.lee@samsung.com>
Mon, 1 Feb 2021 06:36:10 +0000 (15:36 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 3 Mar 2021 06:45:18 +0000 (15:45 +0900)
commit6c68cf77415014e62fffda2ebc218de32ef4d134
treed2943a550504f25a9443aa488357bc4eb95a756f
parent7014d9ede5bacf7b0352f84a2b169e6a7a193f61
[Test] Add conv various situation test

Convolutional layer when variable stride is given case was missing from
the test, the patch adds it

- basic conv for reference
- conv with same padding
- conv with multi strides
- conv with multi strides + same padding

**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
nntrainer/layers/conv2d_layer.cpp
packaging/unittest_models.tar.gz
test/input_gen/genModelTests.py
test/unittest/unittest_nntrainer_models.cpp