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