aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark/fixtures/MobileNetFixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmark/fixtures/MobileNetFixture.h')
-rw-r--r--tests/benchmark/fixtures/MobileNetFixture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/benchmark/fixtures/MobileNetFixture.h b/tests/benchmark/fixtures/MobileNetFixture.h
index 6c1ee300c1..660205c7ec 100644
--- a/tests/benchmark/fixtures/MobileNetFixture.h
+++ b/tests/benchmark/fixtures/MobileNetFixture.h
@@ -38,7 +38,7 @@ template <typename TensorType,
typename ActivationLayerFunction,
typename ConvolutionLayerFunction,
typename DirectConvolutionLayerFunction,
- typename DepthwiseConvolutionFunction,
+ typename DepthwiseConvolutionLayerFunction,
typename ReshapeFunction,
typename PoolingLayerFunction>
class MobileNetFixture : public framework::Fixture
@@ -69,7 +69,7 @@ private:
ActivationLayerFunction,
ConvolutionLayerFunction,
DirectConvolutionLayerFunction,
- DepthwiseConvolutionFunction,
+ DepthwiseConvolutionLayerFunction,
ReshapeFunction,
PoolingLayerFunction>
network{};