[neurun] Introduce NOP operation (#2382)
author김수진/동작제어Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Tue, 21 Aug 2018 06:06:40 +0000 (15:06 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 21 Aug 2018 06:06:40 +0000 (15:06 +0900)
commit2c4ec1a3c65fc14bc940d5c686eaf39586e755d6
tree512161c98323fb7c35378009ddd5ca3bff615a59
parent1b0ec41bd37f61a21a4b3886c218c5a386246163
[neurun] Introduce NOP operation (#2382)

This commit introduces NOP operation to do nothing.
(Actually it needs the tensor copy into other indexes. but not now.)

In this PR, the NOP operation doesn't anything, it's just the operation for graph manipulation test.

Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
16 files changed:
runtimes/neurun/src/backend/IStageGenerator.h
runtimes/neurun/src/backend/acl_cl/StageGenerator.cc
runtimes/neurun/src/backend/acl_cl/StageGenerator.h
runtimes/neurun/src/backend/cpu/StageGenerator.cc
runtimes/neurun/src/backend/cpu/StageGenerator.h
runtimes/neurun/src/codegen/Dumper.cc
runtimes/neurun/src/codegen/Dumper.h
runtimes/neurun/src/codegen/Planner.cc
runtimes/neurun/src/codegen/Planner.h
runtimes/neurun/src/codegen/TensorMarker.cc
runtimes/neurun/src/codegen/TensorMarker.h
runtimes/neurun/src/graph/operation/NOP.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/NOP.h [new file with mode: 0644]
runtimes/neurun/src/internal/op/NOP.cc [new file with mode: 0644]
runtimes/neurun/src/internal/op/NOP.h [new file with mode: 0644]
runtimes/neurun/src/internal/op/NodeVisitor.h