aboutsummaryrefslogtreecommitdiff
path: root/operators/image/resize/resize_ERRORIF_BatchMismatch_1x1x4x7_bf16_modeB_outbf16_sc16x1x9x1_off0x0_bor0x5/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/image/resize/resize_ERRORIF_BatchMismatch_1x1x4x7_bf16_modeB_outbf16_sc16x1x9x1_off0x0_bor0x5/test.json')
-rw-r--r--operators/image/resize/resize_ERRORIF_BatchMismatch_1x1x4x7_bf16_modeB_outbf16_sc16x1x9x1_off0x0_bor0x5/test.json75
1 files changed, 75 insertions, 0 deletions
diff --git a/operators/image/resize/resize_ERRORIF_BatchMismatch_1x1x4x7_bf16_modeB_outbf16_sc16x1x9x1_off0x0_bor0x5/test.json b/operators/image/resize/resize_ERRORIF_BatchMismatch_1x1x4x7_bf16_modeB_outbf16_sc16x1x9x1_off0x0_bor0x5/test.json
new file mode 100644
index 000000000..4859415c7
--- /dev/null
+++ b/operators/image/resize/resize_ERRORIF_BatchMismatch_1x1x4x7_bf16_modeB_outbf16_sc16x1x9x1_off0x0_bor0x5/test.json
@@ -0,0 +1,75 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "RESIZE",
+ attribute_type: "ResizeAttribute",
+ attribute: {
+ scale: [
+ 16,
+ 1,
+ 9,
+ 1
+ ],
+ offset: [
+ 0,
+ 0
+ ],
+ border: [
+ 0,
+ 5
+ ],
+ mode: "BILINEAR"
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 1,
+ 4,
+ 7
+ ],
+ type: "BF16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 7,
+ 1,
+ 33,
+ 7
+ ],
+ type: "BF16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}