aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph2/GraphContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph2/GraphContext.h')
-rw-r--r--arm_compute/graph2/GraphContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/graph2/GraphContext.h b/arm_compute/graph2/GraphContext.h
index bd579eaca2..72ed96e7a0 100644
--- a/arm_compute/graph2/GraphContext.h
+++ b/arm_compute/graph2/GraphContext.h
@@ -38,8 +38,8 @@ namespace graph2
/** Contains structs required for memory management */
struct MemoryManagerContext
{
- Target target = { Target::UNSPECIFIED };
- std::shared_ptr<arm_compute::IMemoryManager> mm = { nullptr };
+ Target target = { Target::UNSPECIFIED }; /**< Target */
+ std::shared_ptr<arm_compute::IMemoryManager> mm = { nullptr }; /**< Memory manager */
};
/** Graph context **/