mv_machine_learning: replace char arrays by std::string
authorVibhav Aggarwal <v.aggarwal@samsung.com>
Tue, 5 Dec 2023 06:25:26 +0000 (15:25 +0900)
committerKwanghoon Son <k.son@samsung.com>
Wed, 27 Dec 2023 03:22:49 +0000 (12:22 +0900)
commit85016365b96903200b3786b535594ce111a54d45
tree2d9fbbe04de0a5cf8367ac4439c1c044c2e44c97
parentd4b8000d28ffc5eac465865fc9f6b54a7a74d5f9
mv_machine_learning: replace char arrays by std::string

[Issue type] code refactoring

This patch is the first step in refactoring the
mv_machine_learning module to replace char* by std::string.
The refactoring will take place in a bottom-up fashion-
meaning that the individual task group classes will be refactored
first, and finally, the ITask class will be modified along with
all the adapter classes. This patch applies this change to the
ImageClassification task group.

Change-Id: If74f788758e2744bb9f1b27c6c607fbb41813512
Signed-off-by: Vibhav Aggarwal <v.aggarwal@samsung.com>
mv_machine_learning/image_classification/include/iimage_classification.h
mv_machine_learning/image_classification/include/image_classification.h
mv_machine_learning/image_classification/src/image_classification.cpp
mv_machine_learning/image_classification/src/image_classification_adapter.cpp