From 3b7510e94f430c63f9aad3f4597265830973561c Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Thu, 13 Oct 2022 12:50:05 +0100 Subject: Updating TFLITE tests for FP16 and accumulator types Signed-off-by: Jeremy Johnson Change-Id: Ide8645ad1419a1283be36a9967b6147bdd55c567 --- .../test_conv2d_5x5_1x32x32x8_qu8_st11_padSAME_dilat22.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frameworks/tflite/operators/conv_2d_5x5_1x32x32x8_qu8_st11_padSAME_dilat22/test_conv2d_5x5_1x32x32x8_qu8_st11_padSAME_dilat22.json') diff --git a/frameworks/tflite/operators/conv_2d_5x5_1x32x32x8_qu8_st11_padSAME_dilat22/test_conv2d_5x5_1x32x32x8_qu8_st11_padSAME_dilat22.json b/frameworks/tflite/operators/conv_2d_5x5_1x32x32x8_qu8_st11_padSAME_dilat22/test_conv2d_5x5_1x32x32x8_qu8_st11_padSAME_dilat22.json index 9d36231e3..121d7dcee 100644 --- a/frameworks/tflite/operators/conv_2d_5x5_1x32x32x8_qu8_st11_padSAME_dilat22/test_conv2d_5x5_1x32x32x8_qu8_st11_padSAME_dilat22.json +++ b/frameworks/tflite/operators/conv_2d_5x5_1x32x32x8_qu8_st11_padSAME_dilat22/test_conv2d_5x5_1x32x32x8_qu8_st11_padSAME_dilat22.json @@ -94,7 +94,8 @@ 2 ], input_zp: -1, - weight_zp: 0 + weight_zp: 0, + accum_dtype: "INT32" }, inputs: [ "layer_3", -- cgit v1.2.1