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 --- .../tflite/operators/leaky_relu_14x19_qi8_0/model-tflite.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frameworks/tflite/operators/leaky_relu_14x19_qi8_0/model-tflite.json') diff --git a/frameworks/tflite/operators/leaky_relu_14x19_qi8_0/model-tflite.json b/frameworks/tflite/operators/leaky_relu_14x19_qi8_0/model-tflite.json index 49cb7d990..d939102f3 100644 --- a/frameworks/tflite/operators/leaky_relu_14x19_qi8_0/model-tflite.json +++ b/frameworks/tflite/operators/leaky_relu_14x19_qi8_0/model-tflite.json @@ -40,10 +40,10 @@ name: "PartitionedCall:0", quantization: { scale: [ - 0.013878 + 0.015577 ], zero_point: [ - -17 + -1 ], details_type: "NONE", quantized_dimension: 0 @@ -68,7 +68,7 @@ ], builtin_options_type: "LeakyReluOptions", builtin_options: { - alpha: 0.76942 + alpha: 0.986102 }, custom_options_format: "FLEXBUFFERS" } -- cgit v1.2.1