aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/Reference.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/Reference.h')
-rw-r--r--tests/validation/Reference.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/validation/Reference.h b/tests/validation/Reference.h
index 276540f68d..c13feca325 100644
--- a/tests/validation/Reference.h
+++ b/tests/validation/Reference.h
@@ -161,13 +161,6 @@ public:
* @return Computed raw tensor.
*/
static RawTensor compute_reference_arithmetic_subtraction(const TensorShape &shape, DataType dt_in0, DataType dt_in1, DataType dt_out, ConvertPolicy convert_policy, int fixed_point_position = 0);
- /** Compute reference bitwise xor.
- *
- * @param[in] shape Shape of the input and output tensors.
- *
- * @return Computed raw tensor.
- */
- static RawTensor compute_reference_bitwise_xor(const TensorShape &shape);
/** Compute reference bitwise not.
*
* @param[in] shape Shape of the input and output tensors.