aboutsummaryrefslogtreecommitdiff
path: root/verif/conformance/tosa_base_profile_ops_info.json
diff options
context:
space:
mode:
authorevacha01 <evan.chandler@arm.com>2024-03-06 17:33:44 +0000
committerevacha01 <evan.chandler@arm.com>2024-03-07 12:52:13 +0000
commit1adff8301ac7e4933382549ad22b3b47cdb01eda (patch)
tree1cbe95bb38a9f877e5bbc89294064239e3e4b8b4 /verif/conformance/tosa_base_profile_ops_info.json
parent9c96eefbaca6c85be79529bce7ff04fd7dfe3a0d (diff)
downloadreference_model-1adff8301ac7e4933382549ad22b3b47cdb01eda.tar.gz
Add INT48 and INT4 datatype support to IDENTITY
Added support to ref model and testing Signed-off-by: evacha01 <evan.chandler@arm.com> Change-Id: Iece53d07c8986332fdd8f1ce5ed6265349df1b6a
Diffstat (limited to 'verif/conformance/tosa_base_profile_ops_info.json')
-rw-r--r--verif/conformance/tosa_base_profile_ops_info.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/verif/conformance/tosa_base_profile_ops_info.json b/verif/conformance/tosa_base_profile_ops_info.json
index c8f3442..25a6076 100644
--- a/verif/conformance/tosa_base_profile_ops_info.json
+++ b/verif/conformance/tosa_base_profile_ops_info.json
@@ -1795,12 +1795,16 @@
"generator_args": [
[
"--target-dtype",
+ "int4",
+ "--target-dtype",
"int8",
"--target-dtype",
"int16",
"--target-dtype",
"int32",
"--target-dtype",
+ "int48",
+ "--target-dtype",
"bool",
"--tensor-dim-range",
"1,61",
@@ -1813,12 +1817,16 @@
],
[
"--target-dtype",
+ "int4",
+ "--target-dtype",
"int8",
"--target-dtype",
"int16",
"--target-dtype",
"int32",
"--target-dtype",
+ "int48",
+ "--target-dtype",
"bool",
"--tensor-dim-range",
"1,15",