aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/Reference.h
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-07-21 17:36:33 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commit572ade736ab344a62afa7da214cd9407fe53a281 (patch)
treeadc0b31c0e236b65822dcbc9fb45ce401cc6ead4 /tests/validation/Reference.h
parent8e6faf1e9f1af7a03441612c30644776e87fd235 (diff)
downloadComputeLibrary-572ade736ab344a62afa7da214cd9407fe53a281.tar.gz
COMPMID-415: Move ActivationLayer to new validation
Change-Id: I38ce20d95640f9c1baf699a095c35e592ad4339f Reviewed-on: http://mpd-gerrit.cambridge.arm.com/81115 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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/validation/Reference.h b/tests/validation/Reference.h
index eeaa55c739..42c62f8d6a 100644
--- a/tests/validation/Reference.h
+++ b/tests/validation/Reference.h
@@ -295,16 +295,6 @@ public:
* @return Computed raw tensor.
*/
static RawTensor compute_reference_threshold(const TensorShape &shape, uint8_t threshold, uint8_t false_value, uint8_t true_value, ThresholdType type, uint8_t upper);
- /** Compute reference activation layer.
- *
- * @param[in] shape Shape of the input and output tensors.
- * @param[in] dt Data type of the tensors.
- * @param[in] act_info Activation layer information.
- * @param[in] fixed_point_position (Optional)Number of bits for the fractional part of fixed point numbers.
- *
- * @return Computed raw tensor.
- */
- static RawTensor compute_reference_activation_layer(const TensorShape &shape, DataType dt, ActivationLayerInfo act_info, int fixed_point_position = 0);
/** Compute reference batch normalization layer.
*
* @param[in] shape0 Shape of the input and output tensors.