From: 이한종/동작제어Lab(SR)/Engineer/삼성전자 Date: Wed, 11 Jul 2018 04:25:47 +0000 (+0900) Subject: [newrt] Remove unused code (#1944) X-Git-Tag: 0.2~465 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e22505b76995d04b746abcb332d1730e7394fd5f;p=platform%2Fcore%2Fml%2Fnnfw.git [newrt] Remove unused code (#1944) Remove unused code that is commented out Signed-off-by: Hanjoung Lee --- diff --git a/runtimes/new_runtime/src/compilation.cc b/runtimes/new_runtime/src/compilation.cc index 7cf6044..9984d3e 100644 --- a/runtimes/new_runtime/src/compilation.cc +++ b/runtimes/new_runtime/src/compilation.cc @@ -569,14 +569,6 @@ int ANeuralNetworksCompilation_finish(ANeuralNetworksCompilation *compilation) op.accept(TensorMarker{*tensor_builder}); } - /* - for (auto it : plan_builder.tensor_info_ctx()) - { - auto tensor_builder = backend_manager.getTensorBuilder("arm_compute"); - tensor_builder->mark(::internal::tflite::operand::Index{it.first}); - } - */ - plan_builder.finalize(backend_resolver.getAllTensorBuilders()); return ANEURALNETWORKS_NO_ERROR;