[
1087465] Uninitialized pointer field
Change-Id: I9d9a7a94ac4d0cce7085268e1fa7f10058f0900a
Signed-off-by: sangho park <sangho.g.park@samsung.com>
Name: inference-engine-tflite
Summary: Tensorflow-Lite based implementation of inference-engine-interface
Version: 0.0.1
-Release: 7
+Release: 8
Group: Multimedia/Libraries
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
namespace TFLiteImpl {
InferenceTFLite::InferenceTFLite(std::string protoFile, std::string weightFile) :
+ mInputLayerId(0),
+ mInputAttrType(kTfLiteNoType),
+ mInputData(nullptr),
mConfigFile(protoFile),
mWeightFile(weightFile)
{