From 1adff8301ac7e4933382549ad22b3b47cdb01eda Mon Sep 17 00:00:00 2001 From: evacha01 Date: Wed, 6 Mar 2024 17:33:44 +0000 Subject: Add INT48 and INT4 datatype support to IDENTITY Added support to ref model and testing Signed-off-by: evacha01 Change-Id: Iece53d07c8986332fdd8f1ce5ed6265349df1b6a --- verif/conformance/tosa_base_profile_ops_info.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'verif/conformance/tosa_base_profile_ops_info.json') 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 @@ -1794,6 +1794,8 @@ "no_negative_tests": "true", "generator_args": [ [ + "--target-dtype", + "int4", "--target-dtype", "int8", "--target-dtype", @@ -1801,6 +1803,8 @@ "--target-dtype", "int32", "--target-dtype", + "int48", + "--target-dtype", "bool", "--tensor-dim-range", "1,61", @@ -1812,6 +1816,8 @@ "3" ], [ + "--target-dtype", + "int4", "--target-dtype", "int8", "--target-dtype", @@ -1819,6 +1825,8 @@ "--target-dtype", "int32", "--target-dtype", + "int48", + "--target-dtype", "bool", "--tensor-dim-range", "1,15", -- cgit v1.2.1