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 --- .../test_conv2d_relu_3x3_1x4x8x19_qu8.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'frameworks/tflite/operators/conv_2d_relu_3x3_1x4x8x19_qu8/test_conv2d_relu_3x3_1x4x8x19_qu8.json') diff --git a/frameworks/tflite/operators/conv_2d_relu_3x3_1x4x8x19_qu8/test_conv2d_relu_3x3_1x4x8x19_qu8.json b/frameworks/tflite/operators/conv_2d_relu_3x3_1x4x8x19_qu8/test_conv2d_relu_3x3_1x4x8x19_qu8.json index 48b41de13..cf3374e1b 100644 --- a/frameworks/tflite/operators/conv_2d_relu_3x3_1x4x8x19_qu8/test_conv2d_relu_3x3_1x4x8x19_qu8.json +++ b/frameworks/tflite/operators/conv_2d_relu_3x3_1x4x8x19_qu8/test_conv2d_relu_3x3_1x4x8x19_qu8.json @@ -97,8 +97,7 @@ 1 ], input_zp: 0, - weight_zp: 0, - accum_dtype: "INT32" + weight_zp: 0 }, inputs: [ "layer_3", @@ -212,8 +211,18 @@ attribute: { min_int: -128, max_int: 127, - min_fp: 0.0, - max_fp: 0.0 + min_fp: [ + 0, + 0, + 0, + 0 + ], + max_fp: [ + 0, + 0, + 0, + 0 + ] }, inputs: [ "layer_5" -- cgit v1.2.1