[nnc] Cleanup after separating importers (#5902)
authorСергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 <s.barannikov@samsung.com>
Fri, 26 Jul 2019 10:55:34 +0000 (13:55 +0300)
committerEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Fri, 26 Jul 2019 10:55:34 +0000 (19:55 +0900)
commit87f7d17a73bfeaf3c3a0159b50b3d7697d7b9bd8
tree195a046906870d7bd7706efee83b04aece6794cc
parent8703c94cc933441cd957cb15ed8b2c46b0852aec
[nnc] Cleanup after separating importers (#5902)

Importers have been extracted into independent components. This is a follow-up cleanup.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
compiler/nnc/include/passes/common_frontend/model_allocation.h [deleted file]
compiler/nnc/include/passes/common_frontend/op_creator_helper.h [deleted file]
compiler/nnc/include/passes/common_frontend/shape_helper.h [deleted file]
compiler/nnc/include/support/ProtobufHelper.h [deleted file]
compiler/nnc/passes/common_frontend/CMakeLists.txt
compiler/nnc/passes/common_frontend/model_allocation.cpp [deleted file]
compiler/nnc/passes/common_frontend/op_creator_helper.cpp [deleted file]
compiler/nnc/support/CMakeLists.txt
compiler/nnc/support/ProtobufHelper.cpp [deleted file]