mv_machine_learning: drop deprecated enum type
authorInki Dae <inki.dae@samsung.com>
Mon, 16 Jan 2023 07:46:39 +0000 (16:46 +0900)
committerKwanghoon Son <k.son@samsung.com>
Mon, 13 Feb 2023 02:31:48 +0000 (11:31 +0900)
commit4db04cd262dfd5b593b90f03b561641af20b4c41
treebfc229266c411a37d4682fdec561713893c4ac3f
parent3dc78a3fa877bd95c5a500e0058ddece50ac00aa
mv_machine_learning: drop deprecated enum type

[Issue type] code cleanup

Dropped the deprecated target type enum type and relevant code.

This is a old type which indicates a type on inference target device
but new type is used instead. So drop it to reduce code complexity.
We don't have to consider the old type anymore.

Change-Id: I68b59a334e274af740201c09b8e7f80ce524510a
Signed-off-by: Inki Dae <inki.dae@samsung.com>
include/mv_inference_type.h
mv_machine_learning/inference/include/Inference.h
mv_machine_learning/inference/src/Inference.cpp
mv_machine_learning/inference/src/mv_inference_open.cpp
test/testsuites/machine_learning/inference/inference_test_suite.c
test/testsuites/machine_learning/inference/test_face_landmark_detection.cpp