aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph2/TensorDescriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph2/TensorDescriptor.h')
-rw-r--r--arm_compute/graph2/TensorDescriptor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/graph2/TensorDescriptor.h b/arm_compute/graph2/TensorDescriptor.h
index ff23f71471..1a69dc10e8 100644
--- a/arm_compute/graph2/TensorDescriptor.h
+++ b/arm_compute/graph2/TensorDescriptor.h
@@ -46,9 +46,9 @@ struct TensorDescriptor final
{
}
- TensorShape shape{};
- DataType data_type{ DataType::UNKNOWN };
- Target target{ Target::UNSPECIFIED };
+ TensorShape shape{}; /**< Tensor shape */
+ DataType data_type{ DataType::UNKNOWN }; /**< Data type */
+ Target target{ Target::UNSPECIFIED }; /**< Target */
};
} // namespace graph2
} // namespace arm_compute