aboutsummaryrefslogtreecommitdiff
path: root/tests/validation_old/Reference.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation_old/Reference.h')
-rw-r--r--tests/validation_old/Reference.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/validation_old/Reference.h b/tests/validation_old/Reference.h
index b3f35ce43a..9c7baacbf6 100644
--- a/tests/validation_old/Reference.h
+++ b/tests/validation_old/Reference.h
@@ -177,16 +177,6 @@ public:
*/
static RawTensor compute_reference_fixed_point_pixel_wise_multiplication(const TensorShape &shape, DataType dt_in0, DataType dt_in1, DataType dt_out, float scale, int fixed_point_position,
ConvertPolicy convert_policy, RoundingPolicy rounding_policy);
- /** Compute reference Table Lookup.
- *
- * @param[in] shape Shape of the input and output tensors.
- * @param[in] dt_inout Data type of input/output tensor.
- * @param[in] lut Input lookup table.
- *
- * @return Computed raw tensor.
- */
- template <typename T>
- static RawTensor compute_reference_table_lookup(const TensorShape &shape, DataType dt_inout, std::map<T, T> &lut);
/** Compute reference threshold.
*
* @param[in] shape Shape of the input and output tensors.