[nnc] Codestyle fixes in cpu backend (#2939)
authorEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Wed, 30 Jan 2019 18:10:53 +0000 (21:10 +0300)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 30 Jan 2019 18:10:53 +0000 (21:10 +0300)
commitb6107b5bcc4d8e951755a0fb9956ea0e6e01a118
tree45e317bae9862170e7cc42d861da9d6f56e91a6c
parent539cef9c16814598a2bca0042d0282015c811d23
[nnc] Codestyle fixes in cpu backend (#2939)

- rename variables and fix indents in cpu backend according to codestyle
- add comments about used algorithms
- questionable `static_cast` replaced with `dynamic_cast`

Signed-off-by: Efimov Alexander <a.efimov@samsung.com>
12 files changed:
contrib/nnc/passes/soft_backend/BaseGenerator.cpp
contrib/nnc/passes/soft_backend/CPPGenerator.cpp
contrib/nnc/passes/soft_backend/CommonData.def
contrib/nnc/passes/soft_backend/ModelAnalyzer.cpp
contrib/nnc/passes/soft_backend/ModelAnalyzer.h
contrib/nnc/passes/soft_backend/SBSerializer.cpp
contrib/nnc/passes/soft_backend/SBSerializer.h
contrib/nnc/passes/soft_backend/SequencedIR.h
contrib/nnc/tests/soft_backend/CompileCPP.cpp
contrib/nnc/unittests/soft_backend/CPPHeaderTypes.cpp
contrib/nnc/unittests/soft_backend/CPPOperations.cpp
contrib/nnc/unittests/soft_backend/Generator.cpp