aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/experimental/OperatorGraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/experimental/OperatorGraph.h')
-rw-r--r--arm_compute/core/experimental/OperatorGraph.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/arm_compute/core/experimental/OperatorGraph.h b/arm_compute/core/experimental/OperatorGraph.h
index cab83c7f8b..f2e352146f 100644
--- a/arm_compute/core/experimental/OperatorGraph.h
+++ b/arm_compute/core/experimental/OperatorGraph.h
@@ -128,21 +128,6 @@ private:
*/
bool operator<(const Operator &op0, const Operator &op1);
-/** Padding information for 2D operations like Conv2dDescriptor
- */
-struct Padding2D
-{
- Padding2D() = default;
- Padding2D(size_t left, size_t right, size_t top, size_t bottom)
- : left(left), right(right), top(top), bottom(bottom)
- {
- }
- size_t left = { 0 }; /**< Padding across the width dimension on the left, in elements. */
- size_t right = { 0 }; /**< Padding across the width dimension on the right, in elements. */
- size_t top = { 0 }; /**< Padding across the height dimension on the top, in elements. */
- size_t bottom = { 0 }; /**< Padding across the height dimension on the bottom, in elements. */
-};
-
/** Descriptor for Conv2dDescriptor operation
*/
struct Conv2dDescriptor
@@ -230,4 +215,4 @@ bool operator==(const FloorDescriptor &, const FloorDescriptor &);
} // namespace experimental
} // namespace arm_compute
#endif //ARM_COMPUTE_EXPERIMENTAL_DYNAMICFUSION_OPERATORGRAPH
-#endif /* ENABLE_EXPERIMENTAL_DYNAMIC_FUSION */ \ No newline at end of file
+#endif /* ENABLE_EXPERIMENTAL_DYNAMIC_FUSION */