aboutsummaryrefslogtreecommitdiff
path: root/src/graph/INode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/INode.cpp')
-rw-r--r--src/graph/INode.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/graph/INode.cpp b/src/graph/INode.cpp
index c1c18e5853..cd9a46ac40 100644
--- a/src/graph/INode.cpp
+++ b/src/graph/INode.cpp
@@ -42,6 +42,11 @@ INode::INode()
// clang-format on
// *INDENT-ON*
+Status INode::validate() const
+{
+ return Status{};
+}
+
void INode::set_graph(Graph *g)
{
ARM_COMPUTE_ERROR_ON(g == nullptr);