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.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/validation_old/Reference.h b/tests/validation_old/Reference.h
index f8e726c1ed..b3f35ce43a 100644
--- a/tests/validation_old/Reference.h
+++ b/tests/validation_old/Reference.h
@@ -148,20 +148,6 @@ public:
* @return Computed raw tensor.
*/
static RawTensor compute_reference_gaussian5x5(const TensorShape &shape, BorderMode border_mode, uint8_t constant_border_value);
- /** Compute reference non linear filter function
- *
- * @param[in] shape Shape of the input and output tensors.Data type supported: U8
- * @param[in] function Non linear function to perform
- * @param[in] mask_size Mask size. Supported sizes: 3, 5
- * @param[in] pattern Matrix pattern
- * @param[in] mask The given mask. Will be used only if pattern is specified to PATTERN_OTHER
- * @param[in] border_mode Strategy to use for borders.
- * @param[in] constant_border_value (Optional) Constant value to use for borders if border_mode is set to CONSTANT.
- *
- * @return Computed raw tensor.
- */
- static RawTensor compute_reference_non_linear_filter(const TensorShape &shape, NonLinearFilterFunction function, unsigned int mask_size,
- MatrixPattern pattern, const uint8_t *mask, BorderMode border_mode, uint8_t constant_border_value = 0);
/** Compute reference pixel-wise multiplication
*
* @param[in] shape Shape of the input and output tensors.