Fix some errors from Clang compiler (#4915)
authorПавел Ильютченко/AI Tools Lab /SRR/Engineer/삼성전자 <p.iliutchenk@samsung.com>
Thu, 4 Apr 2019 01:33:11 +0000 (04:33 +0300)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 4 Apr 2019 01:33:11 +0000 (10:33 +0900)
commit123c8fc2a05188098826a2aff52291a0de2dc6d3
tree645aecd63796beba3b3653faff4c2358a9cd77c0
parent7f2473b22b9fccb519bb20f65d8380f676cb44af
Fix some errors from Clang compiler (#4915)

* Fix some errors from Clang compiler

* Fix abs on unsigned char, fix hidden overloaded virtual function, rename predeclared class on struct, remove unused private variable, remove std::move when he called in return statement

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
* Fix unused variables, struct/class mismatching

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
* Fix extern C++, unused variables, explicit overriding, remove std::move in return statement

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
* Fix file for format-check and extern C

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
* Fix library information removing from neurun

Signed-off-by: Pavel Iliutchenko <p.iliutchenk@samsung.com>
15 files changed:
libs/tflite/include/tflite/Diff.h
libs/tflite/include/tflite/FeatureView.h
libs/tflite/include/tflite/ext/nnapi_delegate.h
libs/tflite/src/ext/kernels/Abs.cpp
libs/tflite/src/interp/FlatBufferBuilder.cpp
libs/tflite/src/interp/FunctionBuilder.cpp
runtimes/neurun/backend/cpu/kernel/PermuteLayer.cc
runtimes/neurun/core/include/backend/Backend.h
runtimes/neurun/core/src/dumper/dot/DotOperandInfo.cc
runtimes/neurun/core/src/graph/Graph.cc
runtimes/neurun/core/src/graph/pass/OperandPass.h
runtimes/neurun/core/src/graph/pass/OperationPass.h
runtimes/neurun/core/src/graph/pass/PermutationEliminationPass.h
runtimes/neurun/core/src/graph/pass/PermutationInsertionPass.h
runtimes/neurun/test/graph/operand/UseDef.cc