aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/depthwise_conv2d_2x2/depthwise_conv2d_2x2_1x65532x2x1_i8xi4_acci32_st11_pad1001_dilat11/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/depthwise_conv2d_2x2/depthwise_conv2d_2x2_1x65532x2x1_i8xi4_acci32_st11_pad1001_dilat11/test.json')
-rw-r--r--operators/tensor/depthwise_conv2d_2x2/depthwise_conv2d_2x2_1x65532x2x1_i8xi4_acci32_st11_pad1001_dilat11/test.json213
1 files changed, 109 insertions, 104 deletions
diff --git a/operators/tensor/depthwise_conv2d_2x2/depthwise_conv2d_2x2_1x65532x2x1_i8xi4_acci32_st11_pad1001_dilat11/test.json b/operators/tensor/depthwise_conv2d_2x2/depthwise_conv2d_2x2_1x65532x2x1_i8xi4_acci32_st11_pad1001_dilat11/test.json
index c33f929d7..136de218b 100644
--- a/operators/tensor/depthwise_conv2d_2x2/depthwise_conv2d_2x2_1x65532x2x1_i8xi4_acci32_st11_pad1001_dilat11/test.json
+++ b/operators/tensor/depthwise_conv2d_2x2/depthwise_conv2d_2x2_1x65532x2x1_i8xi4_acci32_st11_pad1001_dilat11/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: "DEPTHWISE_CONV2D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 1,
+ 0,
+ 0,
+ 1
+ ],
+ stride: [
+ 1,
+ 1
+ ],
+ dilation: [
+ 1,
+ 1
+ ],
+ input_zp: -45,
+ weight_zp: 0,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 65532,
+ 2,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 2,
+ 2,
+ 1,
+ 2
+ ],
+ type: "INT4",
+ data: [
+ 26,
+ 91,
+ 176,
+ 47
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 2
+ ],
+ type: "INT32",
+ data: [
+ 26,
+ 77,
+ 7,
+ 101,
+ 186,
+ 62,
+ 87,
+ 125
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 65532,
+ 2,
+ 2
+ ],
+ type: "INT32"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "DEPTHWISE_CONV2D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 1,
- 0,
- 0,
- 1
- ],
- stride: [
- 1,
- 1
- ],
- dilation: [
- 1,
- 1
- ],
- input_zp: -45,
- weight_zp: 0,
- accum_dtype: "INT32"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 65532,
- 2,
- 1
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 2,
- 2,
- 1,
- 2
- ],
- type: "INT4",
- data: [
- 26,
- 91,
- 176,
- 47
- ]
- },
- {
- name: "const-2",
- shape: [
- 2
- ],
- type: "INT32",
- data: [
- 26,
- 77,
- 7,
- 101,
- 186,
- 62,
- 87,
- 125
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 65532,
- 2,
- 2
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]