[Doc] remove unnecessary lines from ml-api
authorJaeyun Jung <jy1210.jung@samsung.com>
Fri, 1 Dec 2023 04:58:26 +0000 (13:58 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 1 Dec 2023 05:12:51 +0000 (14:12 +0900)
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>
gst/nnstreamer/include/tensor_typedef.h

index 32a2229..2ada123 100644 (file)
@@ -221,7 +221,6 @@ typedef uint32_t tensor_dim[NNS_TENSOR_RANK_LIMIT];
 
 /**
  * @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
 {
@@ -231,7 +230,6 @@ 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
 {
@@ -244,7 +242,6 @@ 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
 {