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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/armnn/Descriptors.hpp b/include/armnn/Descriptors.hpp
index 8f72c54da1..85e8b56fed 100644
--- a/include/armnn/Descriptors.hpp
+++ b/include/armnn/Descriptors.hpp
@@ -514,9 +514,9 @@ struct ResizeDescriptor
{}
/// Target width value.
- uint32_t m_TargetWidth;
+ uint32_t m_TargetWidth;
/// Target height value.
- uint32_t m_TargetHeight;
+ uint32_t m_TargetHeight;
/// The Interpolation method to use
/// (Bilinear, NearestNeighbor).
ResizeMethod m_Method;