[CAPI] Expose l2norm layer
authorJihoon Lee <jhoon.it.lee@samsung.com>
Wed, 18 Aug 2021 09:18:22 +0000 (18:18 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Thu, 26 Aug 2021 03:58:51 +0000 (12:58 +0900)
commit6bd9ab6da07ac2ada4f32b3634d520c3b782f75e
tree234c8a096ad9612dacd97d99961c49662df8c886
parentedb35effdcb8c40c98259f3581643b96667add04
[CAPI] Expose l2norm layer

**Changes proposed in this PR:**
- Change name of l2norm layer to PreprocessL2Norm Layer
- Move l2norm layer to the main code base

**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/SimpleShot/meson.build
Applications/SimpleShot/task_runner.cpp
Applications/SimpleShot/test/simpleshot_layer_common_tests.cpp
api/ccapi/include/layer.h
jni/Android.mk
nntrainer/app_context.cpp
nntrainer/layers/meson.build
nntrainer/layers/preprocess_l2norm_layer.cpp [moved from Applications/SimpleShot/layers/l2norm.cpp with 74% similarity]
nntrainer/layers/preprocess_l2norm_layer.h [moved from Applications/SimpleShot/layers/l2norm.h with 59% similarity]