aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/Reference.h
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-07-21 17:19:58 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commitf6ad98a95cc4a638e133538ae682185032c16201 (patch)
tree7940632c316c141bc0bb2557578b09f86ca7ca73 /tests/validation/Reference.h
parentf5d76f28b51e93447273d1f7fa7512b3e0a54166 (diff)
downloadComputeLibrary-f6ad98a95cc4a638e133538ae682185032c16201.tar.gz
COMPMID-415: Move SoftmaxLayer to new validation
Change-Id: I68bb359021256e67892e4fc00d436f9027a3bd07 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/80942 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'tests/validation/Reference.h')
-rw-r--r--tests/validation/Reference.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/validation/Reference.h b/tests/validation/Reference.h
index c540ec48a1..034a308327 100644
--- a/tests/validation/Reference.h
+++ b/tests/validation/Reference.h
@@ -382,15 +382,6 @@ public:
* @param[in] pool_info ROI Pooling Layer information.
*/
static RawTensor compute_reference_roi_pooling_layer(const TensorShape &shape, DataType dt, const std::vector<ROI> &rois, const ROIPoolingLayerInfo &pool_info);
- /** Compute reference softmax layer.
- *
- * @param[in] shape Shape of the input and output tensors.
- * @param[in] dt Data type of input and output tensors.
- * @param[in] fixed_point_position (Optional) Number of bits for the fractional part of the fixed point numbers
- *
- * @return Computed raw tensor.
- */
- static RawTensor compute_reference_softmax_layer(const TensorShape &shape, DataType dt, int fixed_point_position = 0);
/** Compute reference fixed point operation.
*
* @param[in] shape Shape of the input and output tensors.