Code clean, now we do not define data structure in ML API repo and use common functions of nnstreamer.
Remove unnecessary lines defined in api repo.
Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
/**
* @brief The unit of each data tensors. It will be used as an input/output tensor of other/tensors.
- * @note This must be coherent with api/capi/include/nnstreamer-capi-private.h:ml_tensor_data_s
*/
typedef struct
{
/**
* @brief Internal data structure for tensor info.
- * @note This must be coherent with api/capi/include/nnstreamer-capi-private.h:ml_tensor_info_s
*/
typedef struct
{
/**
* @brief Internal meta data exchange format for a other/tensors instance
- * @note This must be coherent with api/capi/include/nnstreamer-capi-private.h:ml_tensors_info_s
*/
typedef struct
{