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_depthwise_conv2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat21.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frameworks/tflite/operators/depthwise_conv_2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat21/test_depthwise_conv2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat21.json') diff --git a/frameworks/tflite/operators/depthwise_conv_2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat21/test_depthwise_conv2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat21.json b/frameworks/tflite/operators/depthwise_conv_2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat21/test_depthwise_conv2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat21.json index 42ed86255..397cef8a6 100644 --- a/frameworks/tflite/operators/depthwise_conv_2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat21/test_depthwise_conv2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat21.json +++ b/frameworks/tflite/operators/depthwise_conv_2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat21/test_depthwise_conv2d_1x1_1x32x32x8_qi8_st11_padSAME_dilat21.json @@ -94,7 +94,8 @@ 1 ], input_zp: 0, - weight_zp: 0 + weight_zp: 0, + accum_dtype: "INT32" }, inputs: [ "TosaInput_0", -- cgit v1.2.1