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.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/backends/reference/workloads/Debug.cpp b/src/backends/reference/workloads/Debug.cpp
index 50aecc8b66..564dd7ae5c 100644
--- a/src/backends/reference/workloads/Debug.cpp
+++ b/src/backends/reference/workloads/Debug.cpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2017 Arm Ltd. All rights reserved.
+// Copyright © 2017-2023 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
@@ -165,4 +165,11 @@ template void Debug<int32_t>(const TensorInfo& inputInfo,
unsigned int slotIndex,
bool outputsToFile);
+template void Debug<int64_t>(const TensorInfo& inputInfo,
+ const int64_t* inputData,
+ LayerGuid guid,
+ const std::string& layerName,
+ unsigned int slotIndex,
+ bool outputsToFile);
+
} // namespace armnn