aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/PreCompiledLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/PreCompiledLayer.hpp')
-rw-r--r--src/armnn/layers/PreCompiledLayer.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/armnn/layers/PreCompiledLayer.hpp b/src/armnn/layers/PreCompiledLayer.hpp
index ec5a9d6478..1a87f61e5b 100644
--- a/src/armnn/layers/PreCompiledLayer.hpp
+++ b/src/armnn/layers/PreCompiledLayer.hpp
@@ -25,8 +25,7 @@ public:
PreCompiledLayer(const PreCompiledDescriptor& param, const char* name);
~PreCompiledLayer();
- virtual std::unique_ptr<IWorkload> CreateWorkload(const Graph& graph,
- const IWorkloadFactory& factory) const override;
+ virtual std::unique_ptr<IWorkload> CreateWorkload(const IWorkloadFactory& factory) const override;
PreCompiledLayer* Clone(Graph &graph) const override;