aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-07-01 16:12:58 +0100
committerÁron Virginás-Tar <aron.virginas-tar@arm.com>2019-07-01 18:03:49 +0000
commitfe15eff9ed2007cd10800ec356ce2e8ea4b5f9d0 (patch)
treed1d9c3c74da03bdfda17e61b6545234d904c1c50 /include
parentb17406df856d3557e6ddf7f55505359aecc061d5 (diff)
downloadarmnn-fe15eff9ed2007cd10800ec356ce2e8ea4b5f9d0.tar.gz
IVGCVSW-3361 Add end-to-end tests for Resize on CpuRef
Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: Ie89dc91a2fc0281d58c6f1ccef65ed1228d33ccb
Diffstat (limited to 'include')
-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;