Enable RESHAPE of CpuExecutor. (#496)
authorTANUJ TEKRIWAL/SRI-Bangalore-System SW/./삼성전자 <tanuj.tekri@samsung.com>
Tue, 10 Apr 2018 23:40:25 +0000 (05:10 +0530)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Tue, 10 Apr 2018 23:40:25 +0000 (08:40 +0900)
commit873b821e87a21d5689caa71fa67e1f0b8904a049
tree99769c9b10cd5bb8bb027c29ed67bc71b1c6d4ce
parent406b82ba2a88131c5c040f7cc36cdde015108da0
Enable RESHAPE of CpuExecutor. (#496)

Add the RESHAPE operation file and enable the
operation in CpuExecutor.

Signed-off-by: Tanuj Tekriwal <tanuj.tekri@samsung.com>
src/runtime/ref/nn/common/CMakeLists.txt
src/runtime/ref/nn/common/CpuExecutor.cpp
src/runtime/ref/nn/common/operations/Reshape.cpp [new file with mode: 0644]