aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/frontend/IStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/frontend/IStream.h')
-rw-r--r--arm_compute/graph/frontend/IStream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/graph/frontend/IStream.h b/arm_compute/graph/frontend/IStream.h
index f69d5437c1..1831ac0be3 100644
--- a/arm_compute/graph/frontend/IStream.h
+++ b/arm_compute/graph/frontend/IStream.h
@@ -84,8 +84,8 @@ public:
}
protected:
- StreamHints _hints = {}; /**< Execution and algorithmic hints */
- NodeID _tail_node = { EmptyNodeID }; /**< NodeID pointing to the last(tail) node of the graph */
+ StreamHints _hints = {}; /**< Execution and algorithmic hints */
+ NodeID _tail_node = {EmptyNodeID}; /**< NodeID pointing to the last(tail) node of the graph */
};
} // namespace frontend
} // namespace graph