[neurun] Add Logistic operation (#4523)
author윤지영/On-Device Lab(SR)/Engineer/삼성전자 <jy910.yun@samsung.com>
Thu, 28 Feb 2019 00:49:00 +0000 (09:49 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 28 Feb 2019 00:49:00 +0000 (09:49 +0900)
commit309cef0f32b3007b56b5debf92146f0a7f8362e9
tree63399b7074144f381b40d7500ff2f4945554328c
parentd7680679f27e144ff7c36ec637147c7728da3edc
[neurun] Add Logistic operation (#4523)

This commit does not have any kernel implementation.
It's only for a basic structure for Logistic operation.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
runtimes/neurun/src/backend/acl_cl/StageGenerator.cc
runtimes/neurun/src/backend/cpu/StageGenerator.cc
runtimes/neurun/src/compiler/OperationValidator.cc
runtimes/neurun/src/frontend/wrapper/OperationFactory.cc
runtimes/neurun/src/frontend/wrapper/model.cc
runtimes/neurun/src/model/operation/LogisticNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/LogisticNode.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/Node.Include.h
runtimes/neurun/src/model/operation/Op.lst