aboutsummaryrefslogtreecommitdiff
path: root/frameworks/tflite/operators/resize_nearest_neighbor_1x4x8x19_qu8/test_resize_nearest_1x4x8x19_qu8.json
diff options
context:
space:
mode:
Diffstat (limited to 'frameworks/tflite/operators/resize_nearest_neighbor_1x4x8x19_qu8/test_resize_nearest_1x4x8x19_qu8.json')
-rw-r--r--frameworks/tflite/operators/resize_nearest_neighbor_1x4x8x19_qu8/test_resize_nearest_1x4x8x19_qu8.json27
1 files changed, 10 insertions, 17 deletions
diff --git a/frameworks/tflite/operators/resize_nearest_neighbor_1x4x8x19_qu8/test_resize_nearest_1x4x8x19_qu8.json b/frameworks/tflite/operators/resize_nearest_neighbor_1x4x8x19_qu8/test_resize_nearest_1x4x8x19_qu8.json
index 40f64fefe..01d8ffad8 100644
--- a/frameworks/tflite/operators/resize_nearest_neighbor_1x4x8x19_qu8/test_resize_nearest_1x4x8x19_qu8.json
+++ b/frameworks/tflite/operators/resize_nearest_neighbor_1x4x8x19_qu8/test_resize_nearest_1x4x8x19_qu8.json
@@ -59,26 +59,19 @@
op: "RESIZE",
attribute_type: "ResizeAttribute",
attribute: {
- output_size: [
- 8,
- 16
- ],
- 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: "NEAREST"
},