aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/LayerWithParameters.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/LayerWithParameters.hpp')
-rw-r--r--src/armnn/layers/LayerWithParameters.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/armnn/layers/LayerWithParameters.hpp b/src/armnn/layers/LayerWithParameters.hpp
index 6156d6b66c..ba43d6f88d 100644
--- a/src/armnn/layers/LayerWithParameters.hpp
+++ b/src/armnn/layers/LayerWithParameters.hpp
@@ -28,17 +28,6 @@ protected:
LayerWithParameters(unsigned int numInputSlots,
unsigned int numOutputSlots,
LayerType type,
- DataLayout layout,
- const Parameters& param,
- const char* name)
- : Layer(numInputSlots, numOutputSlots, type, layout, name)
- , m_Param(param)
- {
- }
-
- LayerWithParameters(unsigned int numInputSlots,
- unsigned int numOutputSlots,
- LayerType type,
const Parameters& param,
const char* name)
: Layer(numInputSlots, numOutputSlots, type, name)