mv_machine_learning: give input type as template parameter
authorVibhav Aggarwal <v.aggarwal@samsung.com>
Mon, 11 Dec 2023 08:15:07 +0000 (17:15 +0900)
committerKwanghoon Son <k.son@samsung.com>
Wed, 27 Dec 2023 03:22:49 +0000 (12:22 +0900)
commitf0767b4fd832ec1efeedbe0cb1471a29f96e065f
treedcfbcea97708e0c1246584d8c48129fd0b85d0c5
parentea0e4c2950c1ac263372195379090ba57d0cc0ea
mv_machine_learning: give input type as template parameter

[Issue type] code refactoring

This patch adds the input type in the template declaration of the
AsyncManager class to drop template from the individual functions.

Change-Id: I37fe087d253383db87eff46e634a688ffba9a83c
Signed-off-by: Vibhav Aggarwal <v.aggarwal@samsung.com>
mv_machine_learning/common/include/async_manager.h
mv_machine_learning/image_classification/include/image_classification.h
mv_machine_learning/image_classification/src/image_classification.cpp
mv_machine_learning/image_segmentation/include/image_segmentation.h
mv_machine_learning/image_segmentation/src/image_segmentation.cpp
mv_machine_learning/landmark_detection/include/landmark_detection.h
mv_machine_learning/landmark_detection/src/landmark_detection.cpp
mv_machine_learning/object_detection/include/object_detection.h
mv_machine_learning/object_detection/src/object_detection.cpp