[test] Added common unittest for custom layers
authorParichay Kapoor <pk.kapoor@samsung.com>
Tue, 13 Jul 2021 09:51:48 +0000 (18:51 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Thu, 22 Jul 2021 11:47:24 +0000 (20:47 +0900)
commita3429bbc31ae0ed132be5b116e02d0f4e6a42fc7
tree20ddb16ce11aa13617427bca219127820abf58fe
parentd037b23b09d97cddad413edd3c3d948dbfa735d3
[test] Added common unittest for custom layers

This patch add common unittests for custom layers.
This demonstrates how layer developers can use the unittests made by
nntrainer developers to test their own layers.

Signed-off-by: Parichay Kapoor <pk.kapoor@samsung.com>
Applications/Custom/LayerPlugin/layer_plugin_mae_loss_test.cpp
Applications/Custom/LayerPlugin/layer_plugin_pow_test.cpp
Applications/Custom/LayerPlugin/meson.build
Applications/Custom/meson.build
test/unittest/layers/meson.build