aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/InternalTypes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/InternalTypes.cpp')
-rw-r--r--src/armnn/InternalTypes.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/armnn/InternalTypes.cpp b/src/armnn/InternalTypes.cpp
index dade1f70c3..f37b1a0c66 100644
--- a/src/armnn/InternalTypes.cpp
+++ b/src/armnn/InternalTypes.cpp
@@ -51,16 +51,4 @@ char const* GetLayerTypeAsCString(LayerType type)
}
}
-// Definition in include/armnn/Types.hpp
-bool operator==(const DataLayout& dataLayout, const DataLayoutIndexed& indexed)
-{
- return dataLayout == indexed.GetDataLayout();
-}
-
-// Definition in include/armnn/Types.hpp
-bool operator==(const DataLayoutIndexed& indexed, const DataLayout& dataLayout)
-{
- return indexed.GetDataLayout() == dataLayout;
-}
-
}