aboutsummaryrefslogtreecommitdiff
path: root/tests/validation_old/ReferenceCPP.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation_old/ReferenceCPP.h')
-rw-r--r--tests/validation_old/ReferenceCPP.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/validation_old/ReferenceCPP.h b/tests/validation_old/ReferenceCPP.h
index 851f34b236..5bc10a512f 100644
--- a/tests/validation_old/ReferenceCPP.h
+++ b/tests/validation_old/ReferenceCPP.h
@@ -176,14 +176,6 @@ public:
* @param[in] rounding_policy Rounding policy.
*/
static void fixed_point_pixel_wise_multiplication(const RawTensor &src1, const RawTensor &src2, RawTensor &dst, float scale, ConvertPolicy convert_policy, RoundingPolicy rounding_policy);
- /** Table Lookup f@p src to @p dst
- *
- * @param[in] src Input tensor.
- * @param[out] dst Result tensor.
- * @param[in] lut Input lookup table.
- */
- template <typename T>
- static void table_lookup(const RawTensor &src, RawTensor &dst, std::map<T, T> &lut);
/** Threshold of@p src to @p dst
*
* @param[in] src Input tensor.