aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/ChannelShuffle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/reference/ChannelShuffle.cpp')
-rw-r--r--tests/validation/reference/ChannelShuffle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/reference/ChannelShuffle.cpp b/tests/validation/reference/ChannelShuffle.cpp
index c4d8d50e3d..b8aa9203ab 100644
--- a/tests/validation/reference/ChannelShuffle.cpp
+++ b/tests/validation/reference/ChannelShuffle.cpp
@@ -39,7 +39,7 @@ template <typename T>
SimpleTensor<T> channel_shuffle(const SimpleTensor<T> &src, int num_groups)
{
// Create reference
- SimpleTensor<T> dst{ src.shape(), src.data_type(), src.num_channels(), src.fixed_point_position(), src.quantization_info() };
+ SimpleTensor<T> dst{ src.shape(), src.data_type(), src.num_channels(), src.quantization_info() };
const int M = src.shape()[0];
const int N = src.shape()[1];