aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/Reference.h
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-08-02 14:51:36 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commit4dfc235367e602a366952a8495679e339d7a7263 (patch)
treee01c63ed0d63e81f33b00c414af68610d393c276 /tests/validation/Reference.h
parent218cc52ce6f0ebf052346650d1b2004e7201f348 (diff)
downloadComputeLibrary-4dfc235367e602a366952a8495679e339d7a7263.tar.gz
COMPMID-415: Move GEMM to new validation
Change-Id: Ie32f981c86fa1b01905d2776b0d0a0a47b228f0b Reviewed-on: http://mpd-gerrit.cambridge.arm.com/82538 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'tests/validation/Reference.h')
-rw-r--r--tests/validation/Reference.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/validation/Reference.h b/tests/validation/Reference.h
index f3216fbaf9..9bcbdf7418 100644
--- a/tests/validation/Reference.h
+++ b/tests/validation/Reference.h
@@ -215,21 +215,6 @@ public:
* @return Computed raw tensor.
*/
static RawTensor compute_reference_gaussian5x5(const TensorShape &shape, BorderMode border_mode, uint8_t constant_border_value);
- /** Compute matrix multiply function.
- *
- * @param[in] src_shape1 First input tensor shape
- * @param[in] src_shape2 Second input tensor shape
- * @param[in] src_shape3 Third input tensor shape
- * @param[out] dst_shape Output tensor.
- * @param[in] alpha Weight of the matrix product
- * @param[in] beta Weight of the third matrix
- * @param[in] dt Tensor's data type
- * @param[in] fixed_point_position (Optional) Number of bits for the fractional part of the fixed point numbers
- *
- * @return Computed output tensor.
- */
- static RawTensor compute_reference_gemm(const TensorShape &src_shape1, const TensorShape &src_shape2, const TensorShape &src_shape3,
- const TensorShape &dst_shape, float alpha, float beta, DataType dt, int fixed_point_position = 0);
/** Compute reference non linear filter function
*
* @param[in] shape Shape of the input and output tensors.Data type supported: U8