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) */