aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/TestLayerVisitor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/test/TestLayerVisitor.cpp')
-rw-r--r--src/armnn/test/TestLayerVisitor.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/armnn/test/TestLayerVisitor.cpp b/src/armnn/test/TestLayerVisitor.cpp
index 24d3c0b181..5cb7bdfca5 100644
--- a/src/armnn/test/TestLayerVisitor.cpp
+++ b/src/armnn/test/TestLayerVisitor.cpp
@@ -25,4 +25,9 @@ void TestLayerVisitor::CheckLayerName(const char* name)
}
};
+void TestLayerVisitor::CheckLayerPointer(const IConnectableLayer* layer)
+{
+ BOOST_CHECK(layer != nullptr);
+};
+
} //namespace armnn \ No newline at end of file