From aa8a8864236868cd717d6e95fc2c2302c2704176 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 9 Feb 2023 12:20:04 +0000 Subject: Regenerate TFLite tests * CONV_2D - for accum dtype and clamp zero padding change * DEPTHWISE_CONV2D - for accum dtype and TF version changes * FULLY_CONNECTED - for accum dtype changes * LEAKY_RELU, RESIZE, RESHAPE, STRIDED_SLICE - for TF version changes * SPLIT - for test generator changes, new tests chosen Signed-off-by: Jeremy Johnson Change-Id: If9d0c28876e036cb91df473e4d5d8196375e1ab6 --- frameworks/tflite/operators/leaky_relu_1_qi16_0/model-tflite.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frameworks/tflite/operators/leaky_relu_1_qi16_0/model-tflite.json') diff --git a/frameworks/tflite/operators/leaky_relu_1_qi16_0/model-tflite.json b/frameworks/tflite/operators/leaky_relu_1_qi16_0/model-tflite.json index 322c360e6..f2a23845e 100644 --- a/frameworks/tflite/operators/leaky_relu_1_qi16_0/model-tflite.json +++ b/frameworks/tflite/operators/leaky_relu_1_qi16_0/model-tflite.json @@ -44,7 +44,7 @@ name: "PartitionedCall:0", quantization: { min: [ - -0.645187 + -1.207448 ], max: [ 1.995548 @@ -78,7 +78,7 @@ ], builtin_options_type: "LeakyReluOptions", builtin_options: { - alpha: 0.32617 + alpha: 0.610418 }, custom_options_format: "FLEXBUFFERS" } -- cgit v1.2.1