Change from implicit namespace to Explicit (#1938)
author최성진/동작제어Lab(SR)/Principal Engineer/삼성전자 <lotieye.choi@samsung.com>
Wed, 11 Jul 2018 08:33:13 +0000 (17:33 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 11 Jul 2018 08:33:13 +0000 (17:33 +0900)
commit78b97c3c45b2735a98bcaa17822c8ce12f4e2286
tree24be451cd158f810c77da17bcea626fe1b8cc02d
parent7089fdf7d4b40c581b7300b114e881104762b74e
Change from implicit namespace to Explicit (#1938)

This commit alters namesapce name for consistency.
- change form implicit to Implicit to keep consistent with Explicit.

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