From 78155c63024c33d31e3b66e8e198fd5f93837df1 Mon Sep 17 00:00:00 2001 From: Won Jeon Date: Sat, 10 Jun 2023 00:20:04 +0000 Subject: Add support for ERF operator to reference model Signed-off-by: Won Jeon Change-Id: Ib42b867287b83a183a0d0fb1f1eb29974f58fae4 --- verif/conformance/tosa_base_profile_framework_ops_info.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'verif/conformance/tosa_base_profile_framework_ops_info.json') diff --git a/verif/conformance/tosa_base_profile_framework_ops_info.json b/verif/conformance/tosa_base_profile_framework_ops_info.json index 24a23b5..5d7e4a3 100644 --- a/verif/conformance/tosa_base_profile_framework_ops_info.json +++ b/verif/conformance/tosa_base_profile_framework_ops_info.json @@ -85,6 +85,16 @@ "tosa-mi" ] }, + "erf": { + "tests": [ + "erf_13x21x3_qu8", + "erf_14x19_qi8", + "erf_1x8x4x17_qi16" + ], + "profile": [ + "tosa-mi" + ] + }, "fully_connected": { "alternate_names": [ "matmul" @@ -257,8 +267,7 @@ "tanh_1x8x4x17_qi16" ], "profile": [ - "tosa-bi", "tosa-mi" ] } -} \ No newline at end of file +} -- cgit v1.2.1