mv_machine_learning: deprecate armnn backend type 70/291370/4
authorInki Dae <inki.dae@samsung.com>
Fri, 14 Apr 2023 02:08:19 +0000 (11:08 +0900)
committerInki Dae <inki.dae@samsung.com>
Wed, 19 Apr 2023 02:14:03 +0000 (11:14 +0900)
[Version] : 0.28.0
[Issue type] : deprecation

Deprecated ARMNN backend type because not used anymore.

Change-Id: I5eca183df6f74b302fa496368f53dcbdf3d0eb28
Signed-off-by: Inki Dae <inki.dae@samsung.com>
include/mv_inference_type.h
packaging/capi-media-vision.spec

index c8deca2cb07236b31f5857703eef09e0f3501b2a..caaa4feabfef89b777a672426853889c11bf363c 100644 (file)
@@ -62,7 +62,7 @@ typedef enum {
        MV_INFERENCE_BACKEND_NONE = -1, /**< None */
        MV_INFERENCE_BACKEND_OPENCV, /**< OpenCV */
        MV_INFERENCE_BACKEND_TFLITE, /**< TensorFlow-Lite */
-       MV_INFERENCE_BACKEND_ARMNN, /**< ARMNN (Since 6.0) */
+       MV_INFERENCE_BACKEND_ARMNN, /**< @deprecated ARMNN (Since 6.0) (Deprecated since 7.5) */
        MV_INFERENCE_BACKEND_MLAPI, /**< @deprecated ML Single API of NNStreamer (Deprecated since 7.0) */
        MV_INFERENCE_BACKEND_ONE, /**< On-device Neural Engine (Since 6.0) */
        MV_INFERENCE_BACKEND_NNTRAINER, /**< NNTrainer (Since 7.0) */
index 1a3c8ccf5af58d6193dad00daf2baafff709b012..5f08fc5b947c5d66c1bd8d6b56b2e503e2eacd92 100644 (file)
@@ -1,6 +1,6 @@
 Name:        capi-media-vision
 Summary:     Media Vision library for Tizen Native API
-Version:     0.27.14
+Version:     0.28.0
 Release:     0
 Group:       Multimedia/Framework
 License:     Apache-2.0 and BSD-3-Clause