Change metadata class to struct 21/281721/1 splitDec
authorKwanghoon Son <k.son@samsung.com>
Wed, 21 Sep 2022 05:05:23 +0000 (01:05 -0400)
committerKwanghoon Son <k.son@samsung.com>
Wed, 21 Sep 2022 05:05:23 +0000 (01:05 -0400)
commita2a2a25253ed0ef8aeef89ae8e12e7a1380bda7c
tree6d8ea4146a47d38aeeef8a671e9353a333e863e1
parent70529c98bef276f4e42206db8b125e3c1c62f74a
Change metadata class to struct

[Issue type] refactoring

OutputMetadata class needs access all of Info member variables.
So all of Info class variables need to get method because it is
just struct of data. Since Info classes not have any special
member function, struct is more suitable for data access

Change-Id: I33594b225173314a42585738ac8a32d49efc8493
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
mv_machine_learning/inference/include/OutputMetadata.h