[Version] : 0.1.2-0
[Issue type] : bug fix
Added NNTrainer model type missed.
Change-Id: I8e42060717d8dd5f99689f8097dc78ac5ff89ba6
Signed-off-by: Inki Dae <inki.dae@samsung.com>
INFERENCE_MODEL_DLDT, /**< DLDT. *.xml config file is needed. */
INFERENCE_MODEL_ONNX, /**< ONNX */
INFERENCE_MODEL_VIVANTE, /**< Vivante. model specific so library and nb model files are needed. */
+ INFERENCE_MODEL_NNTRAINER, /**< NNTrainer. only *.ini file is used. */
INFERENCE_MODEL_MAX
} inference_model_format_e;
Name: inference-engine-interface
Summary: Interface of inference engines
-Version: 0.1.1
+Version: 0.1.2
Release: 0
Group: Multimedia/Framework
License: Apache-2.0