mv_machine_learning: code cleanup to Options and LayerInfo classes
authorInki Dae <inki.dae@samsung.com>
Tue, 30 Aug 2022 04:54:46 +0000 (13:54 +0900)
committerInki Dae <inki.dae@samsung.com>
Fri, 2 Sep 2022 08:09:25 +0000 (17:09 +0900)
commit5d9b738d4fae348fe23dec785dd937e1113f0e95
treeddd29a8e5d60ad4bdabaeb263e39d6c7dea1f76c
parentb693ad22d1587459d8494eb092662c8ddca99599
mv_machine_learning: code cleanup to Options and LayerInfo classes

[Issue type] : code cleanup

Cleaned up Options and LayerInfo classes by doing,
- Change Options and LayerInfo classes to structure type.
  No reason for they are class type. It's enough with structure type.

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