aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures/MobileNetV1Fixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/fixtures/MobileNetV1Fixture.h')
-rw-r--r--tests/benchmark/fixtures/MobileNetV1Fixture.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/benchmark/fixtures/MobileNetV1Fixture.h b/tests/benchmark/fixtures/MobileNetV1Fixture.h
index 9b5020af0f..590aecf207 100644
--- a/tests/benchmark/fixtures/MobileNetV1Fixture.h
+++ b/tests/benchmark/fixtures/MobileNetV1Fixture.h
@@ -33,6 +33,8 @@ namespace arm_compute
{
namespace test
{
+namespace benchmark
+{
template <typename TensorType,
typename Accessor,
typename ActivationLayerFunction,
@@ -83,6 +85,7 @@ private:
SoftmaxLayerFunction>
network{};
};
+} // namespace benchmark
} // namespace test
} // namespace arm_compute
#endif /* ARM_COMPUTE_TEST_MOBILENETV1_FIXTURE */