Without declaring InferenceEngineInterface::Common, this class can't detect 'IInferenceEngineCommon'.
Change-Id: I443c6bd8e827ff3a6846c840738c255c2b7b9e72
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
Name: inference-engine-tflite
Summary: Tensorflow-Lite based implementation of inference-engine-interface
Version: 0.0.1
-Release: 4
+Release: 5
Group: Multimedia/Libraries
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
#ifndef __INFERENCE_ENGINE_IMPL_TFLite_H__
#define __INFERENCE_ENGINE_IMPL_TFLite_H__
-#include <inference_engine_common.h>
#include <inference_engine_vision.h>
#include "tensorflow/contrib/lite/string.h"
#define LOG_TAG "INFERENCE_ENGINE_TFLITE"
using namespace InferenceEngineInterface::Vision;
+using namespace InferenceEngineInterface::Common;
namespace InferenceEngineImpl {
namespace TFLiteImpl {