aboutsummaryrefslogtreecommitdiff
path: root/reference_model/include
diff options
context:
space:
mode:
authorTai Ly <tai.ly@arm.com>2023-11-13 20:18:14 +0000
committerTai Ly <tai.ly@arm.com>2023-11-14 23:10:30 +0000
commitfd8fde80452ba68a21de4de53517ebc4b4aac9ea (patch)
tree42b46a8b185ac984a12f5e834f15d909439dc812 /reference_model/include
parentaee62afba99a74f772b97356fd4c18f3fdf37073 (diff)
downloadreference_model-fd8fde80452ba68a21de4de53517ebc4b4aac9ea.tar.gz
[reference_model] Add local_bound support
Add support for local_bound attributes. Signed-off-by: Tai Ly <tai.ly@arm.com> Change-Id: Ie1acb65ca2495fb7d1512bf120568c695635d631
Diffstat (limited to 'reference_model/include')
-rw-r--r--reference_model/include/operators.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/reference_model/include/operators.h b/reference_model/include/operators.h
index 1650ea4..d2bcf87 100644
--- a/reference_model/include/operators.h
+++ b/reference_model/include/operators.h
@@ -60,6 +60,7 @@ extern "C"
const int32_t client_dilation[2],
const int32_t client_input_zp,
const int32_t client_weight_zp,
+ const bool client_local_bound,
tosa_tensor_t client_output,
const func_ctx_t& func_ctx);
@@ -71,6 +72,7 @@ extern "C"
const int32_t client_dilation[3],
const int32_t client_input_zp,
const int32_t client_weight_zp,
+ const bool client_local_bound,
tosa_tensor_t client_output,
const func_ctx_t& func_ctx);
@@ -82,6 +84,7 @@ extern "C"
const int32_t client_dilation[2],
const int32_t client_input_zp,
const int32_t client_weight_zp,
+ const bool client_local_bound,
tosa_tensor_t client_output,
const func_ctx_t& func_ctx);
@@ -117,6 +120,7 @@ extern "C"
const int32_t client_out_shape[4],
const int32_t client_input_zp,
const int32_t client_weight_zp,
+ const bool client_local_bound,
tosa_tensor_t client_output,
const func_ctx_t& func_ctx);