aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CPP/ArithmeticSubtraction.h
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2017-10-30 15:28:13 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commitb5908c257d554009a00de3aaa95b3721000ed185 (patch)
tree2c9fecbb241061e10bd9886bfe36056c4e6cf211 /tests/validation/CPP/ArithmeticSubtraction.h
parent05078ec491da8f282f4597b4cf1fe79cc16f4b22 (diff)
downloadComputeLibrary-b5908c257d554009a00de3aaa95b3721000ed185.tar.gz
COMPMID-653 - Arithmetic Subtraction, add support different datatype
Change-Id: I2b3d65c8d8a85ad67b9972713d06f047f5bcd1ae Reviewed-on: http://mpd-gerrit.cambridge.arm.com/93693 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'tests/validation/CPP/ArithmeticSubtraction.h')
-rw-r--r--tests/validation/CPP/ArithmeticSubtraction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/validation/CPP/ArithmeticSubtraction.h b/tests/validation/CPP/ArithmeticSubtraction.h
index 18b0d121a0..9308314bda 100644
--- a/tests/validation/CPP/ArithmeticSubtraction.h
+++ b/tests/validation/CPP/ArithmeticSubtraction.h
@@ -35,8 +35,8 @@ namespace validation
{
namespace reference
{
-template <typename T>
-SimpleTensor<T> arithmetic_subtraction(const SimpleTensor<T> &src1, const SimpleTensor<T> &src2, DataType dst_data_type, ConvertPolicy convert_policy);
+template <typename T1, typename T2, typename T3>
+SimpleTensor<T3> arithmetic_subtraction(const SimpleTensor<T1> &src1, const SimpleTensor<T2> &src2, DataType dst_data_type, ConvertPolicy convert_policy);
} // namespace reference
} // namespace validation
} // namespace test