aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x2x1
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-01-16 15:17:52 +0000
committerJeremy Johnson <jeremy.johnson@arm.com>2023-01-16 16:40:57 +0000
commitb08fb3e856b7757403ff9aafc9487f9c0ad61fe7 (patch)
tree4b4737ff52e92c1c17922a972384930953a26a61 /operators/tensor/conv3d_1x2x1
parent007a2c7c0743b002587cd5e7b4c6b6acbcaedff8 (diff)
downloadconformance_tests-b08fb3e856b7757403ff9aafc9487f9c0ad61fe7.tar.gz
Regen tests after control flow operator support
Includes removing 3 tests that are not needed anymore. Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I2c62d95a7b053e9016000d90125e00862f94200e
Diffstat (limited to 'operators/tensor/conv3d_1x2x1')
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x3x65536x1_i8xi4_acci32_st121_pad101010_dilat711/test.json213
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x3x65536x1_i8xi4_acci32_st122_pad100101_dilat117/test.json213
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st121_pad111011_dilat171/test.json213
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st181_pad010111_dilat177/test.json213
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st181_pad111000_dilat777/test.json213
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st211_pad110110_dilat711/test.json213
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st222_pad110111_dilat117/test.json213
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi8_acci32_st111_pad010000_dilat771/test.json215
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x11x12x3_i8xi8_acci32_st111_pad000000_dilat111/test.json223
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x11x12x3_i8xi8_acci32_st121_pad001010_dilat171/test.json223
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i16xi8_acci48_st112_pad001001_dilat177/test.json219
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i16xi8_acci48_st221_pad990900_dilat711/test.json219
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i8xi4_acci32_st112_pad110001_dilat117/test.json213
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i8xi8_acci32_st111_pad900000_dilat221/test.json215
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i8xi8_acci32_st111_pad990000_dilat212/test.json215
15 files changed, 1654 insertions, 1579 deletions
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x3x65536x1_i8xi4_acci32_st121_pad101010_dilat711/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x3x65536x1_i8xi4_acci32_st121_pad101010_dilat711/test.json
index 624d76ad0..b72244ed4 100644
--- a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x3x65536x1_i8xi4_acci32_st121_pad101010_dilat711/test.json
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x3x65536x1_i8xi4_acci32_st121_pad101010_dilat711/test.json
@@ -5,122 +5,127 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 1,
+ 0,
+ 1,
+ 0,
+ 1,
+ 0
+ ],
+ stride: [
+ 1,
+ 2,
+ 1
+ ],
+ dilation: [
+ 7,
+ 1,
+ 1
+ ],
+ input_zp: 37,
+ weight_zp: 0,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 1,
+ 3,
+ 65536,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 1
+ ],
+ type: "INT4",
+ data: [
+ 123
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 203,
+ 226,
+ 122,
+ 185
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 2,
+ 65537,
+ 1
+ ],
+ type: "INT32"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 1,
- 0,
- 1,
- 0,
- 1,
- 0
- ],
- stride: [
- 1,
- 2,
- 1
- ],
- dilation: [
- 7,
- 1,
- 1
- ],
- input_zp: 37,
- weight_zp: 0,
- accum_dtype: "INT32"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 1,
- 3,
- 65536,
- 1
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 1
- ],
- type: "INT4",
- data: [
- 123
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
- 203,
- 226,
- 122,
- 185
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 2,
- 2,
- 65537,
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x3x65536x1_i8xi4_acci32_st122_pad100101_dilat117/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x3x65536x1_i8xi4_acci32_st122_pad100101_dilat117/test.json
index ca0cefe29..d72da6ff7 100644
--- a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x3x65536x1_i8xi4_acci32_st122_pad100101_dilat117/test.json
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x3x65536x1_i8xi4_acci32_st122_pad100101_dilat117/test.json
@@ -5,122 +5,127 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 1,
+ 0,
+ 0,
+ 1,
+ 0,
+ 1
+ ],
+ stride: [
+ 1,
+ 2,
+ 2
+ ],
+ dilation: [
+ 1,
+ 1,
+ 7
+ ],
+ input_zp: -13,
+ weight_zp: 0,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 1,
+ 3,
+ 65536,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 1
+ ],
+ type: "INT4",
+ data: [
+ 147
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 22,
+ 84,
+ 124,
+ 164
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 2,
+ 32769,
+ 1
+ ],
+ type: "INT32"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 1,
- 0,
- 0,
- 1,
- 0,
- 1
- ],
- stride: [
- 1,
- 2,
- 2
- ],
- dilation: [
- 1,
- 1,
- 7
- ],
- input_zp: -13,
- weight_zp: 0,
- accum_dtype: "INT32"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 1,
- 3,
- 65536,
- 1
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 1
- ],
- type: "INT4",
- data: [
- 147
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
- 22,
- 84,
- 124,
- 164
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 2,
- 2,
- 32769,
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st121_pad111011_dilat171/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st121_pad111011_dilat171/test.json
index 28c6272ab..fa53f1620 100644
--- a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st121_pad111011_dilat171/test.json
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st121_pad111011_dilat171/test.json
@@ -5,122 +5,127 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 1,
+ 1,
+ 1,
+ 0,
+ 1,
+ 1
+ ],
+ stride: [
+ 1,
+ 2,
+ 1
+ ],
+ dilation: [
+ 1,
+ 7,
+ 1
+ ],
+ input_zp: -90,
+ weight_zp: 0,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 1,
+ 65535,
+ 3,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 1
+ ],
+ type: "INT4",
+ data: [
+ 111
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 203,
+ 233,
+ 20,
+ 22
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 3,
+ 32765,
+ 5,
+ 1
+ ],
+ type: "INT32"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 1,
- 1,
- 1,
- 0,
- 1,
- 1
- ],
- stride: [
- 1,
- 2,
- 1
- ],
- dilation: [
- 1,
- 7,
- 1
- ],
- input_zp: -90,
- weight_zp: 0,
- accum_dtype: "INT32"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 1,
- 65535,
- 3,
- 1
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 1
- ],
- type: "INT4",
- data: [
- 111
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
- 203,
- 233,
- 20,
- 22
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 3,
- 32765,
- 5,
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st181_pad010111_dilat177/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st181_pad010111_dilat177/test.json
index 4a326aa12..517ada8f0 100644
--- a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st181_pad010111_dilat177/test.json
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st181_pad010111_dilat177/test.json
@@ -5,122 +5,127 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 0,
+ 1,
+ 0,
+ 1,
+ 1,
+ 1
+ ],
+ stride: [
+ 1,
+ 8,
+ 1
+ ],
+ dilation: [
+ 1,
+ 7,
+ 7
+ ],
+ input_zp: 110,
+ weight_zp: 0,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 1,
+ 65535,
+ 3,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 1
+ ],
+ type: "INT4",
+ data: [
+ 4
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 64,
+ 122,
+ 0,
+ 128
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 8192,
+ 5,
+ 1
+ ],
+ type: "INT32"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 0,
- 1,
- 0,
- 1,
- 1,
- 1
- ],
- stride: [
- 1,
- 8,
- 1
- ],
- dilation: [
- 1,
- 7,
- 7
- ],
- input_zp: 110,
- weight_zp: 0,
- accum_dtype: "INT32"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 1,
- 65535,
- 3,
- 1
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 1
- ],
- type: "INT4",
- data: [
- 4
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
- 64,
- 122,
- 0,
- 128
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 2,
- 8192,
- 5,
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st181_pad111000_dilat777/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st181_pad111000_dilat777/test.json
index 48fd7d526..7dc25fae0 100644
--- a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st181_pad111000_dilat777/test.json
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st181_pad111000_dilat777/test.json
@@ -5,122 +5,127 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 1,
+ 1,
+ 1,
+ 0,
+ 0,
+ 0
+ ],
+ stride: [
+ 1,
+ 8,
+ 1
+ ],
+ dilation: [
+ 7,
+ 7,
+ 7
+ ],
+ input_zp: 49,
+ weight_zp: 0,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 1,
+ 65535,
+ 3,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 1
+ ],
+ type: "INT4",
+ data: [
+ 52
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 53,
+ 30,
+ 10,
+ 126
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 3,
+ 8192,
+ 3,
+ 1
+ ],
+ type: "INT32"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 1,
- 1,
- 1,
- 0,
- 0,
- 0
- ],
- stride: [
- 1,
- 8,
- 1
- ],
- dilation: [
- 7,
- 7,
- 7
- ],
- input_zp: 49,
- weight_zp: 0,
- accum_dtype: "INT32"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 1,
- 65535,
- 3,
- 1
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 1
- ],
- type: "INT4",
- data: [
- 52
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
- 53,
- 30,
- 10,
- 126
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 3,
- 8192,
- 3,
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st211_pad110110_dilat711/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st211_pad110110_dilat711/test.json
index 3c635904a..ccc55f0c3 100644
--- a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st211_pad110110_dilat711/test.json
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st211_pad110110_dilat711/test.json
@@ -5,122 +5,127 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 1,
+ 1,
+ 0,
+ 1,
+ 1,
+ 0
+ ],
+ stride: [
+ 2,
+ 1,
+ 1
+ ],
+ dilation: [
+ 7,
+ 1,
+ 1
+ ],
+ input_zp: 63,
+ weight_zp: 0,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 1,
+ 65535,
+ 3,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 1
+ ],
+ type: "INT4",
+ data: [
+ 224
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 23,
+ 188,
+ 227,
+ 164
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 65535,
+ 4,
+ 1
+ ],
+ type: "INT32"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 1,
- 1,
- 0,
- 1,
- 1,
- 0
- ],
- stride: [
- 2,
- 1,
- 1
- ],
- dilation: [
- 7,
- 1,
- 1
- ],
- input_zp: 63,
- weight_zp: 0,
- accum_dtype: "INT32"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 1,
- 65535,
- 3,
- 1
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 1
- ],
- type: "INT4",
- data: [
- 224
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
- 23,
- 188,
- 227,
- 164
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 2,
- 65535,
- 4,
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st222_pad110111_dilat117/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st222_pad110111_dilat117/test.json
index 3095133c7..3a6f846cb 100644
--- a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st222_pad110111_dilat117/test.json
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi4_acci32_st222_pad110111_dilat117/test.json
@@ -5,122 +5,127 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 1,
+ 1,
+ 0,
+ 1,
+ 1,
+ 1
+ ],
+ stride: [
+ 2,
+ 2,
+ 2
+ ],
+ dilation: [
+ 1,
+ 1,
+ 7
+ ],
+ input_zp: 85,
+ weight_zp: 0,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 1,
+ 65535,
+ 3,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 1
+ ],
+ type: "INT4",
+ data: [
+ 176
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 162,
+ 14,
+ 38,
+ 189
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 32768,
+ 3,
+ 1
+ ],
+ type: "INT32"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 1,
- 1,
- 0,
- 1,
- 1,
- 1
- ],
- stride: [
- 2,
- 2,
- 2
- ],
- dilation: [
- 1,
- 1,
- 7
- ],
- input_zp: 85,
- weight_zp: 0,
- accum_dtype: "INT32"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 1,
- 65535,
- 3,
- 1
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 1
- ],
- type: "INT4",
- data: [
- 176
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
- 162,
- 14,
- 38,
- 189
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 2,
- 32768,
- 3,
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi8_acci32_st111_pad010000_dilat771/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi8_acci32_st111_pad010000_dilat771/test.json
index e238741df..f40e415b8 100644
--- a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi8_acci32_st111_pad010000_dilat771/test.json
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x1x65535x3x1_i8xi8_acci32_st111_pad010000_dilat771/test.json
@@ -5,123 +5,128 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ stride: [
+ 1,
+ 1,
+ 1
+ ],
+ dilation: [
+ 7,
+ 7,
+ 1
+ ],
+ input_zp: -110,
+ weight_zp: 122,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 1,
+ 65535,
+ 3,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 1
+ ],
+ type: "INT8",
+ data: [
+ 207,
+ 194
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 162,
+ 177,
+ 151,
+ 64
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 65528,
+ 3,
+ 1
+ ],
+ type: "INT32"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 0,
- 1,
- 0,
- 0,
- 0,
- 0
- ],
- stride: [
- 1,
- 1,
- 1
- ],
- dilation: [
- 7,
- 7,
- 1
- ],
- input_zp: -110,
- weight_zp: 122,
- accum_dtype: "INT32"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 1,
- 65535,
- 3,
- 1
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 1
- ],
- type: "INT8",
- data: [
- 207,
- 194
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
- 162,
- 177,
- 151,
- 64
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 2,
- 65528,
- 3,
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x11x12x3_i8xi8_acci32_st111_pad000000_dilat111/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x11x12x3_i8xi8_acci32_st111_pad000000_dilat111/test.json
index 9f2094f9f..f2c1c6426 100644
--- a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x11x12x3_i8xi8_acci32_st111_pad000000_dilat111/test.json
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x11x12x3_i8xi8_acci32_st111_pad000000_dilat111/test.json
@@ -5,127 +5,132 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ stride: [
+ 1,
+ 1,
+ 1
+ ],
+ dilation: [
+ 1,
+ 1,
+ 1
+ ],
+ input_zp: -116,
+ weight_zp: -113,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 9,
+ 11,
+ 12,
+ 3
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 3
+ ],
+ type: "INT8",
+ data: [
+ 43,
+ 109,
+ 64,
+ 130,
+ 176,
+ 251
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 15,
+ 255,
+ 76,
+ 251
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 9,
+ 10,
+ 12,
+ 1
+ ],
+ type: "INT32"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
- ],
- stride: [
- 1,
- 1,
- 1
- ],
- dilation: [
- 1,
- 1,
- 1
- ],
- input_zp: -116,
- weight_zp: -113,
- accum_dtype: "INT32"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 9,
- 11,
- 12,
- 3
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 3
- ],
- type: "INT8",
- data: [
- 43,
- 109,
- 64,
- 130,
- 176,
- 251
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
- 15,
- 255,
- 76,
- 251
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 9,
- 10,
- 12,
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x11x12x3_i8xi8_acci32_st121_pad001010_dilat171/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x11x12x3_i8xi8_acci32_st121_pad001010_dilat171/test.json
index ba63b5a32..405f91a55 100644
--- a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x11x12x3_i8xi8_acci32_st121_pad001010_dilat171/test.json
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x11x12x3_i8xi8_acci32_st121_pad001010_dilat171/test.json
@@ -5,127 +5,132 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 0,
+ 0,
+ 1,
+ 0,
+ 1,
+ 0
+ ],
+ stride: [
+ 1,
+ 2,
+ 1
+ ],
+ dilation: [
+ 1,
+ 7,
+ 1
+ ],
+ input_zp: 72,
+ weight_zp: 121,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 9,
+ 11,
+ 12,
+ 3
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 3
+ ],
+ type: "INT8",
+ data: [
+ 153,
+ 137,
+ 76,
+ 28,
+ 251,
+ 119
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 161,
+ 32,
+ 33,
+ 48
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 9,
+ 3,
+ 13,
+ 1
+ ],
+ type: "INT32"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 0,
- 0,
- 1,
- 0,
- 1,
- 0
- ],
- stride: [
- 1,
- 2,
- 1
- ],
- dilation: [
- 1,
- 7,
- 1
- ],
- input_zp: 72,
- weight_zp: 121,
- accum_dtype: "INT32"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 9,
- 11,
- 12,
- 3
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 3
- ],
- type: "INT8",
- data: [
- 153,
- 137,
- 76,
- 28,
- 251,
- 119
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
- 161,
- 32,
- 33,
- 48
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 9,
- 3,
- 13,
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i16xi8_acci48_st112_pad001001_dilat177/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i16xi8_acci48_st112_pad001001_dilat177/test.json
index d12b1775e..bbdb4cfc8 100644
--- a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i16xi8_acci48_st112_pad001001_dilat177/test.json
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i16xi8_acci48_st112_pad001001_dilat177/test.json
@@ -5,125 +5,130 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 0,
+ 0,
+ 1,
+ 0,
+ 0,
+ 1
+ ],
+ stride: [
+ 1,
+ 1,
+ 2
+ ],
+ dilation: [
+ 1,
+ 7,
+ 7
+ ],
+ input_zp: 0,
+ weight_zp: 73,
+ accum_dtype: "INT48"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 9,
+ 21,
+ 14,
+ 1
+ ],
+ type: "INT16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 1
+ ],
+ type: "INT8",
+ data: [
+ 173,
+ 5
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT48",
+ data: [
+ 185,
+ 69,
+ 122,
+ 57,
+ 99,
+ 93
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 9,
+ 15,
+ 8,
+ 1
+ ],
+ type: "INT48"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 0,
- 0,
- 1,
- 0,
- 0,
- 1
- ],
- stride: [
- 1,
- 1,
- 2
- ],
- dilation: [
- 1,
- 7,
- 7
- ],
- input_zp: 0,
- weight_zp: 73,
- accum_dtype: "INT48"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 9,
- 21,
- 14,
- 1
- ],
- type: "INT16"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 1
- ],
- type: "INT8",
- data: [
- 173,
- 5
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT48",
- data: [
- 185,
- 69,
- 122,
- 57,
- 99,
- 93
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 9,
- 15,
- 8,
- 1
- ],
- type: "INT48"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i16xi8_acci48_st221_pad990900_dilat711/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i16xi8_acci48_st221_pad990900_dilat711/test.json
index bdcc2a1fc..e3e2e4818 100644
--- a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i16xi8_acci48_st221_pad990900_dilat711/test.json
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i16xi8_acci48_st221_pad990900_dilat711/test.json
@@ -5,125 +5,130 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 9,
+ 9,
+ 0,
+ 9,
+ 0,
+ 0
+ ],
+ stride: [
+ 2,
+ 2,
+ 1
+ ],
+ dilation: [
+ 7,
+ 1,
+ 1
+ ],
+ input_zp: 0,
+ weight_zp: -104,
+ accum_dtype: "INT48"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 9,
+ 21,
+ 14,
+ 1
+ ],
+ type: "INT16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 1
+ ],
+ type: "INT8",
+ data: [
+ 158,
+ 167
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT48",
+ data: [
+ 164,
+ 115,
+ 177,
+ 109,
+ 138,
+ 181
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 14,
+ 15,
+ 14,
+ 1
+ ],
+ type: "INT48"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 9,
- 9,
- 0,
- 9,
- 0,
- 0
- ],
- stride: [
- 2,
- 2,
- 1
- ],
- dilation: [
- 7,
- 1,
- 1
- ],
- input_zp: 0,
- weight_zp: -104,
- accum_dtype: "INT48"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 9,
- 21,
- 14,
- 1
- ],
- type: "INT16"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 1
- ],
- type: "INT8",
- data: [
- 158,
- 167
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT48",
- data: [
- 164,
- 115,
- 177,
- 109,
- 138,
- 181
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 14,
- 15,
- 14,
- 1
- ],
- type: "INT48"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i8xi4_acci32_st112_pad110001_dilat117/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i8xi4_acci32_st112_pad110001_dilat117/test.json
index 994e32634..b66753c03 100644
--- a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i8xi4_acci32_st112_pad110001_dilat117/test.json
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i8xi4_acci32_st112_pad110001_dilat117/test.json
@@ -5,122 +5,127 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 1,
+ 1,
+ 0,
+ 0,
+ 0,
+ 1
+ ],
+ stride: [
+ 1,
+ 1,
+ 2
+ ],
+ dilation: [
+ 1,
+ 1,
+ 7
+ ],
+ input_zp: -52,
+ weight_zp: 0,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 9,
+ 21,
+ 14,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 1
+ ],
+ type: "INT4",
+ data: [
+ 154
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 123,
+ 28,
+ 35,
+ 34
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 11,
+ 20,
+ 8,
+ 1
+ ],
+ type: "INT32"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 1,
- 1,
- 0,
- 0,
- 0,
- 1
- ],
- stride: [
- 1,
- 1,
- 2
- ],
- dilation: [
- 1,
- 1,
- 7
- ],
- input_zp: -52,
- weight_zp: 0,
- accum_dtype: "INT32"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 9,
- 21,
- 14,
- 1
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 1
- ],
- type: "INT4",
- data: [
- 154
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
- 123,
- 28,
- 35,
- 34
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 11,
- 20,
- 8,
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i8xi8_acci32_st111_pad900000_dilat221/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i8xi8_acci32_st111_pad900000_dilat221/test.json
index 95e31f88f..a04580297 100644
--- a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i8xi8_acci32_st111_pad900000_dilat221/test.json
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i8xi8_acci32_st111_pad900000_dilat221/test.json
@@ -5,123 +5,128 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 9,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ stride: [
+ 1,
+ 1,
+ 1
+ ],
+ dilation: [
+ 2,
+ 2,
+ 1
+ ],
+ input_zp: 21,
+ weight_zp: 67,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 9,
+ 21,
+ 14,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 1
+ ],
+ type: "INT8",
+ data: [
+ 79,
+ 55
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 29,
+ 211,
+ 210,
+ 217
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 18,
+ 19,
+ 14,
+ 1
+ ],
+ type: "INT32"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 9,
- 0,
- 0,
- 0,
- 0,
- 0
- ],
- stride: [
- 1,
- 1,
- 1
- ],
- dilation: [
- 2,
- 2,
- 1
- ],
- input_zp: 21,
- weight_zp: 67,
- accum_dtype: "INT32"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 9,
- 21,
- 14,
- 1
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 1
- ],
- type: "INT8",
- data: [
- 79,
- 55
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
- 29,
- 211,
- 210,
- 217
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 18,
- 19,
- 14,
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i8xi8_acci32_st111_pad990000_dilat212/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i8xi8_acci32_st111_pad990000_dilat212/test.json
index 4edc727b8..fe5967477 100644
--- a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i8xi8_acci32_st111_pad990000_dilat212/test.json
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x9x21x14x1_i8xi8_acci32_st111_pad990000_dilat212/test.json
@@ -5,123 +5,128 @@
_patch: 0,
_draft: true
},
- blocks: [
+ regions: [
{
name: "main",
- operators: [
+ blocks: [
{
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
- ],
- outputs: [
- "const-1"
- ]
- },
- {
- op: "CONST",
- attribute_type: "NONE",
- inputs: [
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 9,
+ 9,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ stride: [
+ 1,
+ 1,
+ 1
+ ],
+ dilation: [
+ 2,
+ 1,
+ 2
+ ],
+ input_zp: -125,
+ weight_zp: 100,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 9,
+ 21,
+ 14,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 1
+ ],
+ type: "INT8",
+ data: [
+ 211,
+ 240
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 6,
+ 169,
+ 132,
+ 130
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 27,
+ 20,
+ 14,
+ 1
+ ],
+ type: "INT32"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 9,
- 9,
- 0,
- 0,
- 0,
- 0
- ],
- stride: [
- 1,
- 1,
- 1
- ],
- dilation: [
- 2,
- 1,
- 2
- ],
- input_zp: -125,
- weight_zp: 100,
- accum_dtype: "INT32"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 9,
- 21,
- 14,
- 1
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 1,
- 1,
- 2,
- 1,
- 1
- ],
- type: "INT8",
- data: [
- 211,
- 240
- ]
- },
- {
- name: "const-2",
- shape: [
- 1
- ],
- type: "INT32",
- data: [
- 6,
- 169,
- 132,
- 130
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 27,
- 20,
- 14,
- 1
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]