Change-Id: Ic6e10c1739746ca01eb29da68901dfd4dc0762db
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
Name: capi-media-vision
Summary: Media Vision library for Tizen Native API
Version: 0.8.10
-Release: 1
+Release: 2
Group: Multimedia/Framework
License: Apache-2.0 and BSD-3-Clause
Source0: %{name}-%{version}.tar.gz
const char *user_file)
{
RET_IF_FAIL(engine_config_hosted_tflite_cpu(handle, tf_weight));
- RET_IF_FAIL(mv_engine_config_set_int_attribute(
+ RET_IF_FAIL(mv_engine_config_set_string_attribute(
handle, MV_INFERENCE_MODEL_USER_FILE_PATH, user_file));
return MEDIA_VISION_ERROR_NONE;
}