*/
#define MV_INFERENCE_BACKEND_TYPE "MV_INFERENCE_BACKEND_TYPE"
-/**
- * @deprecated Deprecated since 6.0. Use #MV_INFERENCE_TARGET_TYPE instead.
- * @brief Defines #MV_INFERENCE_TARGET_TYPE to set the type used
- * for device running attribute of the engine configuration.
- * @details Switches between CPU, GPU, or Custom:\n
- * #MV_INFERENCE_TARGET_CPU (Deprecated),\n
- * #MV_INFERENCE_TARGET_GPU (Deprecated),\n
- * #MV_INFERENCE_TARGET_CUSTOM (Deprecated).\n
- *
- * The default type is CPU.
- *
- * @since_tizen 5.5
- * @see mv_engine_config_set_int_attribute()
- * @see mv_engine_config_get_int_attribute()
- */
-#define MV_INFERENCE_TARGET_TYPE "MV_INFERENCE_TARGET_TYPE"
-
/**
* @brief Defines #MV_INFERENCE_TARGET_DEVICE_TYPE to set the type used
* for device running attribute of the engine configuration.