aboutsummaryrefslogtreecommitdiff
path: root/examples/neon_scale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/neon_scale.cpp')
-rw-r--r--examples/neon_scale.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/neon_scale.cpp b/examples/neon_scale.cpp
index b04d916aaf..81bf685f9d 100644
--- a/examples/neon_scale.cpp
+++ b/examples/neon_scale.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2018 ARM Limited.
+ * Copyright (c) 2016-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -60,7 +60,7 @@ public:
dst.allocator()->init(dst_tensor_info);
// Configure Scale function object:
- scale.configure(&src, &dst, InterpolationPolicy::NEAREST_NEIGHBOR, BorderMode::UNDEFINED);
+ scale.configure(&src, &dst, ScaleKernelInfo{ InterpolationPolicy::NEAREST_NEIGHBOR, BorderMode::UNDEFINED });
// Allocate all the images
src.allocator()->allocate();