aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph2/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph2/Types.h')
-rw-r--r--arm_compute/graph2/Types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arm_compute/graph2/Types.h b/arm_compute/graph2/Types.h
index 05c15f4daf..2e9fe38380 100644
--- a/arm_compute/graph2/Types.h
+++ b/arm_compute/graph2/Types.h
@@ -144,15 +144,15 @@ enum class MemoryManagerAffinity
*/
struct NodeIdxPair
{
- NodeID node_id;
- size_t index;
+ NodeID node_id; /**< Node ID */
+ size_t index; /**< Index */
};
/** Common node parameters */
struct NodeParams
{
- std::string name;
- Target target;
+ std::string name; /**< Node name */
+ Target target; /**< Node target */
};
} // namespace graph2
} // namespace arm_compute