aboutsummaryrefslogtreecommitdiff
path: root/src/backends/reference/workloads/Debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/reference/workloads/Debug.cpp')
-rw-r--r--src/backends/reference/workloads/Debug.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/backends/reference/workloads/Debug.cpp b/src/backends/reference/workloads/Debug.cpp
index 09a0dfc03b..b7d0911ef3 100644
--- a/src/backends/reference/workloads/Debug.cpp
+++ b/src/backends/reference/workloads/Debug.cpp
@@ -2,8 +2,11 @@
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
+
#include "Debug.hpp"
+#include <Half.hpp>
+
#include <boost/numeric/conversion/cast.hpp>
#include <algorithm>
@@ -85,6 +88,12 @@ void Debug(const TensorInfo& inputInfo,
std::cout << " }" << std::endl;
}
+template void Debug<Half>(const TensorInfo& inputInfo,
+ const Half* inputData,
+ LayerGuid guid,
+ const std::string& layerName,
+ unsigned int slotIndex);
+
template void Debug<float>(const TensorInfo& inputInfo,
const float* inputData,
LayerGuid guid,
@@ -102,4 +111,5 @@ template void Debug<int16_t>(const TensorInfo& inputInfo,
LayerGuid guid,
const std::string& layerName,
unsigned int slotIndex);
+
} // namespace armnn