aboutsummaryrefslogtreecommitdiff
path: root/src/armnnTfParser/test/DepthwiseConvolution2d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnTfParser/test/DepthwiseConvolution2d.cpp')
-rw-r--r--src/armnnTfParser/test/DepthwiseConvolution2d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnnTfParser/test/DepthwiseConvolution2d.cpp b/src/armnnTfParser/test/DepthwiseConvolution2d.cpp
index 84e7a7e7a9..a44f94957b 100644
--- a/src/armnnTfParser/test/DepthwiseConvolution2d.cpp
+++ b/src/armnnTfParser/test/DepthwiseConvolution2d.cpp
@@ -11,7 +11,7 @@
BOOST_AUTO_TEST_SUITE(TensorflowParser)
-struct DepthwiseConvolution2dFixture : public ParserPrototxtFixture<armnnTfParser::ITfParser>
+struct DepthwiseConvolution2dFixture : public armnnUtils::ParserPrototxtFixture<armnnTfParser::ITfParser>
{
explicit DepthwiseConvolution2dFixture(const char* paddingType)
{