LOGW("LEAVE");
}
-int InferenceEngineCommon::SetInputTensorParam()
-{
- return INFERENCE_ENGINE_ERROR_NOT_SUPPORTED;
-}
-
-int InferenceEngineCommon::SetOutputTensorParam()
-{
- return INFERENCE_ENGINE_ERROR_NOT_SUPPORTED;
-}
-
int InferenceEngineCommon::SetOutputTensorParamNodes(std::vector<std::string> nodes)
{
LOGI("ENTER");
virtual ~IInferenceEngineCommon() {};
- /**
- * @brief Set parameters for an input tensor. Deprecated.
- *
- * @since_tizen 5.5
- */
- virtual int SetInputTensorParam() = 0;
-
/**
* @brief Set an input node name. Deprecated.
*
*/
virtual int SetInputTensorParamNode(std::string node) = 0;
- /**
- * @brief Set parameters for output tensors. Deprecated.
- *
- * @since_tizen 5.5
- */
- virtual int SetOutputTensorParam() = 0;
-
/**
* @brief Set output nodes' names. Deprecated.
*
void UnbindBackend(void);
- /**
- * @brief Set parameters for an input tensor. Deprecated.
- * @details Wrapper of class IInferenceEngineCommon
- *
- * @since_tizen 5.5
- */
- int SetInputTensorParam();
-
/**
* @brief Set an input node name. Deprecated.
*
*/
int SetInputTensorParamNode(std::string node);
- /**
- * @brief Set parameters for output tensors. Deprecated.
- *
- * @since_tizen 5.5
- */
- int SetOutputTensorParam();
-
/**
* @brief Set output nodes' names. Deprecated.
*