mv_machine_learning: code cleanup to Inference class 87/265287/1
authorInki Dae <inki.dae@samsung.com>
Wed, 13 Oct 2021 09:55:41 +0000 (18:55 +0900)
committerInki Dae <inki.dae@samsung.com>
Thu, 14 Oct 2021 05:44:36 +0000 (14:44 +0900)
commit20caea0dc7ad4eb0297da672601b13452717d498
treedc805203e6964a45032fc8401f8c39fe6ae31719
parentc750e58c3fc375e2f9070ed03bc24617bc5d1f3e
mv_machine_learning: code cleanup to Inference class

Cleaned up Inference class.

What this patch does,
 - code sliding.
 - change variable name to meaningful one such as 'n' to 'output_idx'.
 - drop unnecessary variable.
 - use same parameter name for Get*Results functions.

Change-Id: I47ac3eb241116174e4a6a7bc2a1b90ab9378de25
Signed-off-by: Inki Dae <inki.dae@samsung.com>
mv_machine_learning/mv_inference/inference/include/Inference.h
mv_machine_learning/mv_inference/inference/src/Inference.cpp
mv_machine_learning/mv_inference/inference/src/mv_inference_open.cpp