[layer/unittest] Delete old unittest
authorParichay Kapoor <pk.kapoor@samsung.com>
Thu, 11 Mar 2021 13:54:44 +0000 (22:54 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Mon, 15 Mar 2021 02:13:48 +0000 (11:13 +0900)
commit830cb7499f2c0070624dfefbe2d815519d265314
tree12401621a123d96ab00433e37def288007192a24
parentf4a500e17ebfb895005b73eb77b654f6f8ae5769
[layer/unittest] Delete old unittest

Delete negative unittest of loss layer which tests the failure of forward
without label. However, forward label is now a valid operation for loss layer.
The current reason why this unittest fails is because the number of inputs
are not managed correctly and it fails. This is managed with the previous
PR to ensure that number of inputs and outputs remain correct.
However, now it segfaults because the layer has not been initialized, and
its inputs and output havenot been assigned.

Signed-off-by: Parichay Kapoor <pk.kapoor@samsung.com>
test/unittest/unittest_nntrainer_layers.cpp