[unittest] migrate unittest from unittest_nntrainer_layers to unittest_layers
authorhyeonseok lee <hs89.lee@samsung.com>
Tue, 27 Sep 2022 03:00:20 +0000 (12:00 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Sun, 23 Oct 2022 22:14:48 +0000 (07:14 +0900)
commit0f2c52075a079540325d26f3b1b51b27b572548e
treeb0cc89a0ee228ba94755ab6327dcba07cf4cd3c7
parent1d50ffb9552b8a6976091baea467779fa9dcb063
[unittest] migrate unittest from unittest_nntrainer_layers to unittest_layers

 - Migrate unittest for test negative property from unittest_nntrainer_layer to
   unittest_layers
 - Added LayerPropertySemantics which is inherited from LayerSemantics
   to test negative property only
 - Added LayerPropertySemantics in Simpleshot and pow layer unittest

Signed-off-by: hyeonseok lee <hs89.lee@samsung.com>
Applications/Custom/LayerPlugin/layer_plugin_pow_test.cpp
Applications/SimpleShot/test/simpleshot_layer_common_tests.cpp
test/unittest/layers/layers_common_tests.h
test/unittest/layers/layers_dependent_common_tests.cpp
test/unittest/layers/layers_standalone_common_tests.cpp
test/unittest/layers/unittest_layers_input.cpp
test/unittest/layers/unittest_layers_permute.cpp
test/unittest/layers/unittest_layers_pooling2d.cpp
test/unittest/layers/unittest_layers_preprocess_flip.cpp