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.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/validation_old/Reference.h b/tests/validation_old/Reference.h
index 306009df05..7b3de11e01 100644
--- a/tests/validation_old/Reference.h
+++ b/tests/validation_old/Reference.h
@@ -41,24 +41,6 @@ namespace validation
class Reference
{
public:
- /** Compute reference sobel 3x3.
- *
- * @param[in] shape Shape of the input and output tensors.
- * @param[in] border_mode Border mode to use for input tensor
- * @param[in] constant_border_value Constant value to use if @p border_mode is constant
- *
- * @return Computed raw tensors along x and y axis.
- */
- static std::pair<RawTensor, RawTensor> compute_reference_sobel_3x3(const TensorShape &shape, BorderMode border_mode, uint8_t constant_border_value);
- /** Compute reference sobel 5x5.
- *
- * @param[in] shape Shape of the input and output tensors.
- * @param[in] border_mode Border mode to use for input tensor
- * @param[in] constant_border_value Constant value to use if @p border_mode is constant
- *
- * @return Computed raw tensors along x and y axis.
- */
- static std::pair<RawTensor, RawTensor> compute_reference_sobel_5x5(const TensorShape &shape, BorderMode border_mode, uint8_t constant_border_value);
/** Compute reference Harris corners.
*
* @param[in] shape Shape of input tensor