[Typdef] Update doxygen for GstTensorInfo
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 29 Mar 2019 05:00:04 +0000 (14:00 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Mon, 3 Jun 2019 06:57:34 +0000 (15:57 +0900)
name entry is not mandatory for all cases.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
gst/nnstreamer/tensor_typedef.h

index bfa63bc..fb4fe41 100644 (file)
@@ -147,7 +147,9 @@ typedef struct
  */
 typedef struct
 {
-  char *name; /**< Name of each element in the tensor. User must designate this. */
+  char *name; /**< Name of each element in the tensor.
+                   User must designate this in a few NNFW frameworks (tensorflow)
+                   and some (tensorflow-lite) do not need this. */
   tensor_type type; /**< Type of each element in the tensor. User must designate this. */
   tensor_dim dimension; /**< Dimension. We support up to 4th ranks.  */
 } GstTensorInfo;