From bc4573b5ca335cce14156e1b5b03499ea92d406e Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Mon, 13 Mar 2023 10:56:24 +0000 Subject: Update conformance to v0.60 release Including new SPLIT and RESIZE framework tests. Signed-off-by: Jeremy Johnson Change-Id: I065fb09701897242f4ddfefde3fc1763909d2d52 --- .../test_leaky_relu_13x21x3_qu8_0.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'frameworks/tflite/operators/leaky_relu_13x21x3_qu8_0/test_leaky_relu_13x21x3_qu8_0.json') diff --git a/frameworks/tflite/operators/leaky_relu_13x21x3_qu8_0/test_leaky_relu_13x21x3_qu8_0.json b/frameworks/tflite/operators/leaky_relu_13x21x3_qu8_0/test_leaky_relu_13x21x3_qu8_0.json index e0b8c3a69..ddc8a6e0a 100644 --- a/frameworks/tflite/operators/leaky_relu_13x21x3_qu8_0/test_leaky_relu_13x21x3_qu8_0.json +++ b/frameworks/tflite/operators/leaky_relu_13x21x3_qu8_0/test_leaky_relu_13x21x3_qu8_0.json @@ -1,9 +1,9 @@ { version: { _major: 0, - _minor: 51, + _minor: 60, _patch: 0, - _draft: true + _draft: false }, regions: [ { @@ -65,7 +65,7 @@ input_zp: 0, output_zp: 0, multiplier: [ - 1881125154 + 1960348282 ], shift: [ 31 @@ -88,7 +88,7 @@ input_zp: 0, output_zp: 0, multiplier: [ - 1206921288 + 1167309782 ], shift: [ 30 @@ -120,7 +120,7 @@ attribute_type: "RescaleAttribute", attribute: { input_zp: 0, - output_zp: -16, + output_zp: -12, multiplier: [ 1073741824 ], @@ -142,8 +142,8 @@ op: "RESCALE", attribute_type: "RescaleAttribute", attribute: { - input_zp: -16, - output_zp: -16, + input_zp: -12, + output_zp: -12, multiplier: [ 1073741824 ], @@ -165,8 +165,8 @@ op: "RESCALE", attribute_type: "RescaleAttribute", attribute: { - input_zp: -16, - output_zp: 112, + input_zp: -12, + output_zp: 116, multiplier: [ 1073741824 ], -- cgit v1.2.1