From bc4573b5ca335cce14156e1b5b03499ea92d406e Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Mon, 13 Mar 2023 10:56:24 +0000 Subject: Update conformance to v0.60 release Including new SPLIT and RESIZE framework tests. Signed-off-by: Jeremy Johnson Change-Id: I065fb09701897242f4ddfefde3fc1763909d2d52 --- .../Conformance-TosaOutput_0.json | 111 +++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 frameworks/tflite/operators/resize_bilinear_1x4x4x4_qi8_bilinear_align1_half0_scale1/Conformance-TosaOutput_0.json (limited to 'frameworks/tflite/operators/resize_bilinear_1x4x4x4_qi8_bilinear_align1_half0_scale1/Conformance-TosaOutput_0.json') diff --git a/frameworks/tflite/operators/resize_bilinear_1x4x4x4_qi8_bilinear_align1_half0_scale1/Conformance-TosaOutput_0.json b/frameworks/tflite/operators/resize_bilinear_1x4x4x4_qi8_bilinear_align1_half0_scale1/Conformance-TosaOutput_0.json new file mode 100644 index 000000000..e8861e502 --- /dev/null +++ b/frameworks/tflite/operators/resize_bilinear_1x4x4x4_qi8_bilinear_align1_half0_scale1/Conformance-TosaOutput_0.json @@ -0,0 +1,111 @@ +{ + "type": "int32", + "data": [ + [ + [ + [ + 52, + 122, + -22, + 10 + ], + [ + 93, + 43, + 53, + 31 + ], + [ + -4, + 88, + 92, + -39 + ], + [ + 37, + 13, + 53, + 127 + ] + ], + [ + [ + -112, + -124, + -11, + 41 + ], + [ + 20, + -13, + 121, + -63 + ], + [ + 40, + -25, + 81, + -128 + ], + [ + 106, + -59, + -9, + -64 + ] + ], + [ + [ + -99, + 82, + -107, + 36 + ], + [ + -88, + 20, + 20, + -108 + ], + [ + 95, + -93, + 45, + 114 + ], + [ + 9, + -96, + -25, + -95 + ] + ], + [ + [ + -117, + 75, + -109, + -72 + ], + [ + 124, + -96, + -4, + -34 + ], + [ + 11, + 116, + -55, + -37 + ], + [ + -102, + 84, + 41, + 61 + ] + ] + ] + ] +} \ No newline at end of file -- cgit v1.2.1