aboutsummaryrefslogtreecommitdiff
path: root/tests/SimpleTensorPrinter.h
diff options
context:
space:
mode:
authorRamy Elgammal <ramy.elgammal@arm.com>2022-10-23 11:44:49 +0100
committerRamy Elgammal <ramy.elgammal@arm.com>2022-11-02 18:01:26 +0000
commit73f19af80aaee8929553739894b8dd8fedb163c3 (patch)
tree3da17efcda41aa2d25b6a735f0bd0f1435bd521b /tests/SimpleTensorPrinter.h
parent01934e9953bdc0f3b931e6719241a5e415a4f2a1 (diff)
downloadComputeLibrary-73f19af80aaee8929553739894b8dd8fedb163c3.tar.gz
Add Dynamic Fusion GpuConv2d FP32/FP16 testcase
Resolves: COMPMID-5511 Signed-off-by: Ramy Elgammal <ramy.elgammal@arm.com> Change-Id: I0ac0acbf1de7da09f18f7b457307ec3cc99deb3b Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8546 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: SiCong Li <sicong.li@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/SimpleTensorPrinter.h')
-rw-r--r--tests/SimpleTensorPrinter.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/SimpleTensorPrinter.h b/tests/SimpleTensorPrinter.h
index 5d0299a696..e4ca66bb36 100644
--- a/tests/SimpleTensorPrinter.h
+++ b/tests/SimpleTensorPrinter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018, 2021 Arm Limited.
+ * Copyright (c) 2017-2018, 2021-2022 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -22,6 +22,9 @@
* SOFTWARE.
*/
+#ifndef ARM_COMPUTE_TEST_SIMPLE_TENSOR_PRINTER
+#define ARM_COMPUTE_TEST_SIMPLE_TENSOR_PRINTER
+
#include "arm_compute/core/Error.h"
#include "tests/RawTensor.h"
@@ -152,3 +155,4 @@ void print_simpletensor(const SimpleTensor<T> &tensor, const std::string &title,
#endif // PRINT_TENSOR_LIMIT
} // namespace test
} // namespace arm_compute
+#endif /* ARM_COMPUTE_TEST_SIMPLE_TENSOR_PRINTER */