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 b0a3227..2c31c30 100644
--- a/reference_model/include/operators.h
+++ b/reference_model/include/operators.h
@@ -329,6 +329,8 @@ extern "C"
const int32_t client_shift[],
const bool client_scale32,
const bool client_double_round,
+ const bool client_input_unsigned,
+ const bool client_output_unsigned,
const bool client_per_channel);
tosa_status_t tosa_run_identity(tosa_tensor_t client_input1, tosa_tensor_t client_output);
@@ -337,4 +339,4 @@ extern "C"
}
#endif /* __cplusplus */
-#endif // OPERATORS_H_ \ No newline at end of file
+#endif // OPERATORS_H_