aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/PermuteLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/PermuteLayer.cpp')
-rw-r--r--src/armnn/layers/PermuteLayer.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/armnn/layers/PermuteLayer.cpp b/src/armnn/layers/PermuteLayer.cpp
index 6d0d7e011f..e6a7a38685 100644
--- a/src/armnn/layers/PermuteLayer.cpp
+++ b/src/armnn/layers/PermuteLayer.cpp
@@ -52,4 +52,9 @@ void PermuteLayer::ValidateTensorShapesFromInputs()
inferredShapes[0]);
}
+void PermuteLayer::Accept(ILayerVisitor& visitor) const
+{
+ visitor.VisitPermuteLayer(this, GetParameters(), GetName());
+}
+
} // namespace armnn