From 3b0544c1e7463295c49a48a162ebb9a546326829 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 18 Oct 2022 16:32:19 +0100 Subject: Add TILE bool tests & rename CAST/RESCALE tests Signed-off-by: Jeremy Johnson Change-Id: If9639a94c8e7322d470a1ca97e9e95d821683629 --- verif/conformance/tosa_base_profile_ops_info.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (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 9dd5592..ff88293 100644 --- a/verif/conformance/tosa_base_profile_ops_info.json +++ b/verif/conformance/tosa_base_profile_ops_info.json @@ -478,10 +478,10 @@ "shape": [], "type": [], "output_type": [ - "outINT8", - "outINT16", - "outINT32", - "outBOOL" + "outi8", + "outi16", + "outi32", + "outb" ] }, "permutes": [ @@ -2421,6 +2421,12 @@ "--tensor-dim-range", "4,32" ], + [ + "--target-dtype", + "bool", + "--tensor-dim-range", + "1,16" + ], [ "--target-dtype", "int8", -- cgit v1.2.1