[NNOP] First version of MaxPoolingFloat32 (#563)
author최성진/동작제어Lab(SR)/Principal Engineer/삼성전자 <lotieye.choi@samsung.com>
Wed, 11 Apr 2018 23:48:11 +0000 (08:48 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Wed, 11 Apr 2018 23:48:11 +0000 (08:48 +0900)
commit7d25fc3df6577ad0ae613b296b2bcb39c83418e2
treee9d1dcbb899d36be51598739f63b5e2ac164ceba
parentf21e7bf87233a32d44d4d981a35811116636ebf9
[NNOP] First version of MaxPoolingFloat32 (#563)

* add softmax unittest

* fix typoes (IFM_H -> IFM_C)

* modify dims (batch_size and input_size)

* Fix softmax unnittest according to comments
-remove empty lines
-add empty lines to the end of codes
-resolve the conflict related with #472.
-modify equality between two floats by using nfw::util::fp32::epsilon_equal

Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
* add header files for softmax unittest

Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
* add new line

add new line at the end of file

* [NNOP] First version of MaxPoolingFloat32

Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
* initialize data with increasing value

Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
* Move maxpool kernel to cl folder

* add maxpool acl kernel operator prototypes

* add new line

* change maxpool names as #574

* change names to align function prototype  with NN runtime.
include/kernel/acl/Pooling.h [new file with mode: 0644]
src/kernel/acl/CMakeLists.txt
src/kernel/acl/src/cl/Pooling.cpp [new file with mode: 0644]
src/kernel/acl/src/cl/Pooling.test.cpp [new file with mode: 0644]
src/kernel/acl/src/util.cpp
src/kernel/acl/src/util.h