[SimpleShot] Add centering layer
authorJihoon Lee <jhoon.it.lee@samsung.com>
Sat, 9 Jan 2021 04:23:58 +0000 (13:23 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 2 Mar 2021 01:29:05 +0000 (10:29 +0900)
commitde545a87ca4e15ebd1a3914527f60d17921b556d
tree6273e4838242630c5066a06a80de1cdc6bde714c
parent7f814bbc8af391b8293a501cd1d6be92f97450e3
[SimpleShot] Add centering layer

Add centering layer with tests

**minor changes**
- rename simpleshot centering test
- add test_util lib to simpleshot test

**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>
12 files changed:
Applications/SimpleShot/layers/centering.cpp [new file with mode: 0644]
Applications/SimpleShot/layers/centering.h [new file with mode: 0644]
Applications/SimpleShot/layers/l2norm.cpp [new file with mode: 0644]
Applications/SimpleShot/layers/l2norm.h [new file with mode: 0644]
Applications/SimpleShot/meson.build
Applications/SimpleShot/test/meson.build
Applications/SimpleShot/test/simpleshot_centering_test.cpp [new file with mode: 0644]
Applications/SimpleShot/test/simpleshot_l2norm_test.cpp [new file with mode: 0644]
Applications/SimpleShot/test/simpleshot_utils_test.cpp [moved from Applications/SimpleShot/test/simpleshot_utils.cpp with 97% similarity]
meson.build
nntrainer/layers/layer.cpp
nntrainer/layers/layer_internal.h