Change-Id: Id95bf653d7b6274c4803a6b240783905e96300ce
Signed-off-by: Inki Dae <inki.dae@samsung.com>
{
namespace MLAPIImpl
{
- InferenceMLAPI::InferenceMLAPI(void)
- : mPluginType()
- , mTargetDevice()
- , mSingle()
- , mDesignated_inputs()
- , mDesignated_outputs()
- , mInputProperty()
- , mOutputProperty()
- , mInputTensorBuffer()
- , mOutputTensorBuffer()
- , mInputTensorInfo()
- , mOutputTensorInfo()
+ InferenceMLAPI::InferenceMLAPI(void) :
+ mPluginType(),
+ mTargetDevice(),
+ mSingle(),
+ mDesignated_inputs(),
+ mDesignated_outputs(),
+ mInputProperty(),
+ mOutputProperty(),
+ mInputTensorBuffer(),
+ mOutputTensorBuffer(),
+ mInputTensorInfo(),
+ mOutputTensorInfo()
{
LOGI("ENTER");