Add explicit padding to conv (#1936)
author최성진/동작제어Lab(SR)/Principal Engineer/삼성전자 <lotieye.choi@samsung.com>
Wed, 11 Jul 2018 01:34:32 +0000 (10:34 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 11 Jul 2018 01:34:32 +0000 (10:34 +0900)
commit5ef2e827030f7c9434416a1c7afccebcc28503c5
tree6c7b9d975a981777188f530251730904d16acb4b
parentb33660ca5ce0dc51381dfd42621e45538ccba29c
Add explicit padding to conv (#1936)

* Add explicit padding to conv

This commit adds explicit padding to conv.

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/Conv2D.cc
runtimes/pure_arm_compute/src/internal/op/Conv2D.h
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/model.cc