Svace warn,
WID:
6097043 Constructor declared at inference_engine_tflite.cpp:33
may not initialize class members of 'InferenceEngineImpl::tfliteimpl::InferenceTFLite'.
Following members aren't initialized: mIsDynamicTensorMode.
Change-Id: Ia377301c2cb9cd49b49253af26a29506e11845c7
Signed-off-by: Kwanghoon Son <kwangson@yahoo.com>
int mTargetTypes { INFERENCE_TARGET_NONE };
TfLiteDelegate *mDelegate {};
- bool mIsDynamicTensorMode;
+ bool mIsDynamicTensorMode {};
};
} /* InferenceEngineImpl */