Add explicit padding to average pooling (#1928)
author최성진/동작제어Lab(SR)/Principal Engineer/삼성전자 <lotieye.choi@samsung.com>
Wed, 11 Jul 2018 00:50:08 +0000 (09:50 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 11 Jul 2018 00:50:08 +0000 (09:50 +0900)
commitb33660ca5ce0dc51381dfd42621e45538ccba29c
tree9aa82fe9649ecbe1cbb08ebbf0cfb2970a38a052
parent32784776449ccd2b705f221910570a394b77eeb0
 Add explicit padding to average pooling (#1928)

* Add explicit padding to average pooling

This commit adds explicit padding to average pooling.

Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
* Remove unused and unnecessary blank

This commit removes unused and unnecessary blank

Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
* Revise namespace as Explicit

This commit revises namespace as Explicit for consistency.

Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/AvgPool2D.cc
runtimes/pure_arm_compute/src/internal/op/AvgPool2D.h
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/model.cc