summaryrefslogtreecommitdiff
path: root/tests/dnn/dnn-layer-mathunary-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dnn/dnn-layer-mathunary-test.c')
-rw-r--r--tests/dnn/dnn-layer-mathunary-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dnn/dnn-layer-mathunary-test.c b/tests/dnn/dnn-layer-mathunary-test.c
index ce14c41311..a8c5ab0224 100644
--- a/tests/dnn/dnn-layer-mathunary-test.c
+++ b/tests/dnn/dnn-layer-mathunary-test.c
@@ -87,7 +87,7 @@ static int test(DNNMathUnaryOperation op)
operands[1].data = NULL;
input_indexes[0] = 0;
- dnn_execute_layer_math_unary(operands, input_indexes, 1, &params, NULL);
+ ff_dnn_execute_layer_math_unary(operands, input_indexes, 1, &params, NULL);
output = operands[1].data;
for (int i = 0; i < sizeof(input) / sizeof(float); ++i) {