[moco] Introduce Support (#8407)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 23 Oct 2019 05:35:06 +0000 (14:35 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 23 Oct 2019 05:35:06 +0000 (14:35 +0900)
commit83eb8348e225883b1af2d254ca4853268204fa4c
tree88529d0514f4c5c90df6e24463d3ae2cd52b4b16
parent2a454cdb42f99eca75376829142e672d612e0dff
[moco] Introduce Support (#8407)

This will introduce moco-support with TFShapeInferenceHelper and related

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
compiler/moco/CMakeLists.txt
compiler/moco/support/CMakeLists.txt [new file with mode: 0644]
compiler/moco/support/README.md [new file with mode: 0644]
compiler/moco/support/include/moco/Support/TFDataLayout.h [new file with mode: 0644]
compiler/moco/support/include/moco/Support/TFPadding.h [new file with mode: 0644]
compiler/moco/support/include/moco/Support/TFShapeInferenceHelper.h [new file with mode: 0644]
compiler/moco/support/src/TFShapeInferenceHelper.cpp [new file with mode: 0644]