Implementation for LRN Layer (#2643)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Wed, 19 Sep 2018 01:32:34 +0000 (07:02 +0530)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 19 Sep 2018 01:32:34 +0000 (10:32 +0900)
commit3ce653ef637a3bbbdab4f426d588fe447776dac1
tree606c0f6d2fe7aed10a8d5003e6c2e6f9427cfe36
parentcebcd8855266f3dedb579864d68c1cd41cc67b21
Implementation for LRN Layer (#2643)

This patch implements Local Response Normalization Layer in NNFW-PACL

Signed-off-by: shubham <shub98.gupta@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/LocalResponseNormalization.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/LocalResponseNormalization.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/model.cc