aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/LocallyConnected.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/reference/LocallyConnected.cpp')
-rw-r--r--tests/validation/reference/LocallyConnected.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/reference/LocallyConnected.cpp b/tests/validation/reference/LocallyConnected.cpp
index 08e3f02761..ecc582b181 100644
--- a/tests/validation/reference/LocallyConnected.cpp
+++ b/tests/validation/reference/LocallyConnected.cpp
@@ -41,7 +41,7 @@ template <typename T, typename TB>
SimpleTensor<T> locally_connected(const SimpleTensor<T> &src, const SimpleTensor<T> &weights, const SimpleTensor<TB> &bias, const TensorShape &output_shape, const PadStrideInfo &info)
{
// Create reference
- SimpleTensor<T> dst{ output_shape, src.data_type(), 1, src.fixed_point_position(), src.quantization_info() };
+ SimpleTensor<T> dst{ output_shape, src.data_type(), 1, src.quantization_info() };
// Compute reference
const int width_in = src.shape().x();