[Custom/Loss] Add scaffolding for loss example
authorJihoon Lee <jhoon.it.lee@samsung.com>
Thu, 10 Jun 2021 10:14:57 +0000 (19:14 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Fri, 18 Jun 2021 03:24:36 +0000 (12:24 +0900)
commit37b7c2234dd591a994148d14dd399037702ccd31
tree7b8cdb7e5a50367126584cdaf68f8cb5d7b572fe
parente6982b9258ccb40fba25f0e233d01a7f3cec2be3
[Custom/Loss] Add scaffolding for loss example

This patch generates a skeleton code for mae custom loss example.

**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>
Applications/Custom/LayerClient/jni/meson.build
Applications/Custom/LayerPlugin/layer_plugin_mae_loss_test.cpp [new file with mode: 0644]
Applications/Custom/LayerPlugin/layer_plugin_pow_test.cpp [new file with mode: 0644]
Applications/Custom/LayerPlugin/layer_plugin_test.cpp [deleted file]
Applications/Custom/LayerPlugin/meson.build
Applications/Custom/mae_loss.cpp [new file with mode: 0644]
Applications/Custom/mae_loss.h [new file with mode: 0644]
Applications/Custom/meson.build
Applications/Custom/pow.cpp
Applications/Custom/pow.h