mv_machine_learning: add an comment 10/318210/1
authorInki Dae <inki.dae@samsung.com>
Tue, 14 Jan 2025 07:21:40 +0000 (16:21 +0900)
committerInki Dae <inki.dae@samsung.com>
Tue, 14 Jan 2025 07:21:40 +0000 (16:21 +0900)
Just add an comment, (Since 10.0) on MV_INFERENCE_DATA_INT8 enum value
according to SE team's review.

Change-Id: I05c86a65f7ede7951f45434e84f7a1d053f51382
Signed-off-by: Inki Dae <inki.dae@samsung.com>
include/mv_inference_type.h

index 2929cbfae9dfd31e2d384c401ac21137b44c3d66..b337ee96ed0c4f1d6061bdbb20480306c636444b 100644 (file)
@@ -97,7 +97,7 @@ typedef enum {
 typedef enum {
        MV_INFERENCE_DATA_FLOAT32 = 0, /**< Data type of a given pre-trained model is float. */
        MV_INFERENCE_DATA_UINT8, /**< Data type of a given pre-trained model is unsigned char. */
-       MV_INFERENCE_DATA_INT8 /**< Data type of a given pre-trained model is signed char. */
+       MV_INFERENCE_DATA_INT8 /**< Data type of a given pre-trained model is signed char. (Since 10.0) */
 } mv_inference_data_type_e;
 
 /**