aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Descriptors.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Descriptors.hpp')
-rw-r--r--include/armnn/Descriptors.hpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/armnn/Descriptors.hpp b/include/armnn/Descriptors.hpp
index 0bbe134e46..42b017f4cc 100644
--- a/include/armnn/Descriptors.hpp
+++ b/include/armnn/Descriptors.hpp
@@ -631,24 +631,6 @@ struct StridedSliceDescriptor
DataLayout m_DataLayout;
};
-/// A DebugDescriptor for the DebugLayer.
-struct DebugDescriptor
-{
- DebugDescriptor()
- : m_SlotIndex(0)
- {}
-
- DebugDescriptor(const std::string name, unsigned int index)
- : m_LayerName(name)
- , m_SlotIndex(index)
- {}
-
- /// The name of the debug layer.
- std::string m_LayerName;
- /// The slot index of the debug layer.
- unsigned int m_SlotIndex;
-};
-
/// A PreCompiledDescriptor for the PreCompiledLayer.
struct PreCompiledDescriptor
{