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 --- .../reshape_14x19_i32_rank1/test_reshape_14x19_i32_rank1.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'frameworks/tflite/operators/reshape_14x19_i32_rank1/test_reshape_14x19_i32_rank1.json') diff --git a/frameworks/tflite/operators/reshape_14x19_i32_rank1/test_reshape_14x19_i32_rank1.json b/frameworks/tflite/operators/reshape_14x19_i32_rank1/test_reshape_14x19_i32_rank1.json index 3794f4525..6a92e95cb 100644 --- a/frameworks/tflite/operators/reshape_14x19_i32_rank1/test_reshape_14x19_i32_rank1.json +++ b/frameworks/tflite/operators/reshape_14x19_i32_rank1/test_reshape_14x19_i32_rank1.json @@ -17,8 +17,8 @@ attribute_type: "ReshapeAttribute", attribute: { new_shape: [ - 2, - 133 + 1, + 266 ] }, inputs: [ @@ -44,8 +44,8 @@ { name: "TosaOutput_0", shape: [ - 2, - 133 + 1, + 266 ], type: "INT32", data: [ -- cgit v1.2.1