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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/reference_model/include/operators.h b/reference_model/include/operators.h
index 1399233..e56b882 100644
--- a/reference_model/include/operators.h
+++ b/reference_model/include/operators.h
@@ -323,8 +323,6 @@ extern "C"
tosa_status_t tosa_run_reshape(tosa_tensor_t client_input1,
tosa_tensor_t client_shape,
- const int32_t client_new_shape_len,
- const int32_t client_new_shape[],
tosa_tensor_t client_output,
const func_ctx_t& func_ctx);