From b00b1a1db3067c916671ce76840fd06b551b712b Mon Sep 17 00:00:00 2001 From: James Ward Date: Thu, 2 Feb 2023 16:34:37 +0000 Subject: Create/Regen MI Tests for CLAMP/PAD * CLAMP framework tests excluded Signed-off-by: James Ward Change-Id: Iba60d7e689b2ba2ced13924c3e141fb5aa9908a7 --- operators/activation/clamp/clamp_39x57_i16/test.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'operators/activation/clamp/clamp_39x57_i16/test.json') diff --git a/operators/activation/clamp/clamp_39x57_i16/test.json b/operators/activation/clamp/clamp_39x57_i16/test.json index 0cf574c62..ab44416de 100644 --- a/operators/activation/clamp/clamp_39x57_i16/test.json +++ b/operators/activation/clamp/clamp_39x57_i16/test.json @@ -18,8 +18,18 @@ attribute: { min_int: -10313, max_int: -4640, - min_fp: 0.0, - max_fp: 0.0 + min_fp: [ + 0, + 0, + 0, + 0 + ], + max_fp: [ + 0, + 0, + 0, + 0 + ] }, inputs: [ "input-0" -- cgit v1.2.1