aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2022-08-15 13:19:11 +0100
committerJames Ward <james.ward@arm.com>2022-08-19 14:24:30 +0100
commit8fd51f1923554002cda63fc88e8ea013ff5c5512 (patch)
tree8b7a7f00f93c87a60d3c9b80aedc812e1a130f3a /frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16
parent23ede7b7ad1a173e4c66b1ba18a481adef4aa585 (diff)
downloadconformance_tests-8fd51f1923554002cda63fc88e8ea013ff5c5512.tar.gz
Regenerate conformance tests for new RESIZE
Change-Id: I325ca19b41a58c222679d3814e5bacff77614fa9 Signed-off-by: James Ward <james.ward@arm.com> Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com>
Diffstat (limited to 'frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16')
-rw-r--r--frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16/test_resize_bilinear_1x32x32x8_qi16.json29
1 files changed, 11 insertions, 18 deletions
diff --git a/frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16/test_resize_bilinear_1x32x32x8_qi16.json b/frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16/test_resize_bilinear_1x32x32x8_qi16.json
index 2eed0d896..6098ff60d 100644
--- a/frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16/test_resize_bilinear_1x32x32x8_qi16.json
+++ b/frameworks/tflite/operators/resize_bilinear_1x32x32x8_qi16/test_resize_bilinear_1x32x32x8_qi16.json
@@ -13,26 +13,19 @@
op: "RESIZE",
attribute_type: "ResizeAttribute",
attribute: {
- output_size: [
- 64,
- 64
- ],
- stride: [
- 512,
- 512
+ scale: [
+ 4,
+ 2,
+ 4,
+ 2
],
offset: [
- -256,
- -256
- ],
- shift: 10,
- stride_fp: [
- 0.0,
- 0.0
+ -1,
+ -1
],
- offset_fp: [
- 0.0,
- 0.0
+ border: [
+ 1,
+ 1
],
mode: "BILINEAR"
},
@@ -53,7 +46,7 @@
16384
],
shift: [
- 34
+ 18
],
scale32: false,
double_round: false,