Introduce explicit padding in max pooling (#1923)
author최성진/동작제어Lab(SR)/Principal Engineer/삼성전자 <lotieye.choi@samsung.com>
Wed, 11 Jul 2018 07:22:12 +0000 (16:22 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 11 Jul 2018 07:22:12 +0000 (16:22 +0900)
commit7089fdf7d4b40c581b7300b114e881104762b74e
tree1a3041d193f13cc4647c3ec9d235fe0d9d28c50c
parent799935d5b39e45cf0f00a5de16d61fdd328552be
Introduce explicit padding in max pooling (#1923)

* Introduce explicit max pooling

This commit introduces explicit max pooling.

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>
* Delete unused and unnecessary blanks

This commit deletes unused and unnecessary blanks.

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