aboutsummaryrefslogtreecommitdiff
path: root/reference_model/include/operators.h
diff options
context:
space:
mode:
Diffstat (limited to 'reference_model/include/operators.h')
-rw-r--r--reference_model/include/operators.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/reference_model/include/operators.h b/reference_model/include/operators.h
index 6efb655..b12604f 100644
--- a/reference_model/include/operators.h
+++ b/reference_model/include/operators.h
@@ -1,5 +1,5 @@
-// Copyright (c) 2022, ARM Limited.
+// Copyright (c) 2022-2023, ARM Limited.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -150,6 +150,8 @@ extern "C"
tosa_status_t tosa_run_tanh(tosa_tensor_t client_input, tosa_tensor_t client_output);
+ tosa_status_t tosa_run_erf(tosa_tensor_t client_input, tosa_tensor_t client_output);
+
tosa_status_t tosa_run_add(tosa_tensor_t client_input1, tosa_tensor_t client_input2, tosa_tensor_t client_output);
tosa_status_t tosa_run_arithmetic_right_shift(tosa_tensor_t client_input1,