aboutsummaryrefslogtreecommitdiff
path: root/operators/image/resize/resize_1x3x16383x1_i8_modeN_shift10_odim202x1024_outi8_st15x16383_off-504x7680/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/image/resize/resize_1x3x16383x1_i8_modeN_shift10_odim202x1024_outi8_st15x16383_off-504x7680/test.json')
-rw-r--r--operators/image/resize/resize_1x3x16383x1_i8_modeN_shift10_odim202x1024_outi8_st15x16383_off-504x7680/test.json77
1 files changed, 0 insertions, 77 deletions
diff --git a/operators/image/resize/resize_1x3x16383x1_i8_modeN_shift10_odim202x1024_outi8_st15x16383_off-504x7680/test.json b/operators/image/resize/resize_1x3x16383x1_i8_modeN_shift10_odim202x1024_outi8_st15x16383_off-504x7680/test.json
deleted file mode 100644
index c740f8d02..000000000
--- a/operators/image/resize/resize_1x3x16383x1_i8_modeN_shift10_odim202x1024_outi8_st15x16383_off-504x7680/test.json
+++ /dev/null
@@ -1,77 +0,0 @@
-{
- version: {
- _major: 0,
- _minor: 31,
- _patch: 0,
- _draft: true
- },
- blocks: [
- {
- name: "main",
- operators: [
- {
- op: "RESIZE",
- attribute_type: "ResizeAttribute",
- attribute: {
- output_size: [
- 202,
- 1024
- ],
- stride: [
- 15,
- 16383
- ],
- offset: [
- -504,
- 7680
- ],
- shift: 10,
- stride_fp: [
- 0.0,
- 0.0
- ],
- offset_fp: [
- 0.0,
- 0.0
- ],
- mode: "NEAREST"
- },
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 3,
- 16383,
- 1
- ],
- type: "INT8"
- },
- {
- name: "result-0",
- shape: [
- 1,
- 202,
- 1024,
- 1
- ],
- type: "INT8"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
- ]
- }
- ]
-}