For calling 'GetInputTensorBuffers', 'SetInputLayerProperty' should be called.
Change-Id: I6e8695cf8be42c2cd04a43b31684323ec9ed8f85
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: 8
+Release: 9
Group: Multimedia/Libraries
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
{
LOGI("ENTER");
+ if (mInputTensorInfo.empty()) {
+ LOGE("InputTensorInfo is empty. Do SetInputLayerProperty first.");
+ return INFERENCE_ENGINE_ERROR_INVALID_OPERATION;
+ }
+
mInputData.clear();
void *pBuff = NULL;