Add missing enums in ml-api-common
Signed-off-by: makesource <makesource@gmail.com>
ML_NNFW_TYPE_NNTR_INF = 12, /**< Inference supported from NNTrainer, SR On-device Training Framework (Since 6.5) */
ML_NNFW_TYPE_VD_AIFW = 13, /**< Inference framework for Samsung Tizen TV (Since 6.5) */
ML_NNFW_TYPE_TRIX_ENGINE = 14, /**< TRIxENGINE accesses TRIV/TRIA NPU low-level drivers directly (.tvn). (Since 6.5) You may need to use high-level drivers wrapping this low-level driver in some devices: e.g., AIFW */
+ ML_NNFW_TYPE_MXNET = 15, /**< Apache MXNet (.params, .json). */
ML_NNFW_TYPE_SNAP = 0x2001, /**< SNAP (Samsung Neural Acceleration Platform), only for Android. (Since 6.0) */
} ml_nnfw_type_e;