summaryrefslogtreecommitdiff
path: root/tests/dnn/dnn-layer-dense-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dnn/dnn-layer-dense-test.c')
-rw-r--r--tests/dnn/dnn-layer-dense-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dnn/dnn-layer-dense-test.c b/tests/dnn/dnn-layer-dense-test.c
index 2c11ec5218..755d3ebb31 100644
--- a/tests/dnn/dnn-layer-dense-test.c
+++ b/tests/dnn/dnn-layer-dense-test.c
@@ -107,7 +107,7 @@ static int test(void)
operands[1].data = NULL;
input_indexes[0] = 0;
- dnn_execute_layer_dense(operands, input_indexes, 1, &params, NULL);
+ ff_dnn_execute_layer_dense(operands, input_indexes, 1, &params, NULL);
output = operands[1].data;
for (int i = 0; i < sizeof(expected_output) / sizeof(float); i++) {