[C-Api] Add missing enums in ml-api-common
authormakesource <makesource@gmail.com>
Tue, 24 May 2022 04:40:22 +0000 (13:40 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Mon, 30 May 2022 02:26:19 +0000 (11:26 +0900)
Add missing enums in ml-api-common

Signed-off-by: makesource <makesource@gmail.com>
c/include/ml-api-common.h

index e71bba5..fc93367 100644 (file)
@@ -69,6 +69,7 @@ typedef enum {
   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;