aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_ConvOutputShapeNonInteger_1x1x3x15x7_i8xi8_acci32_st222_...
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_1x1x1/conv3d_1x1x1_ERRORIF_ConvOutputShapeNonInteger_1x1x3x15x7_i8xi8_acci32_st222_pad100000_dilat112
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_1x1x1/conv3d_1x1x1_ERRORIF_ConvOutputShapeNonInteger_1x1x3x15x7_i8xi8_acci32_st222_pad100000_dilat112')
-rw-r--r--operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_ConvOutputShapeNonInteger_1x1x3x15x7_i8xi8_acci32_st222_pad100000_dilat112/test.json379
1 files changed, 192 insertions, 187 deletions
diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_ConvOutputShapeNonInteger_1x1x3x15x7_i8xi8_acci32_st222_pad100000_dilat112/test.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_ConvOutputShapeNonInteger_1x1x3x15x7_i8xi8_acci32_st222_pad100000_dilat112/test.json
index 9ae37bf3d..0c7579f35 100644
--- a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_ConvOutputShapeNonInteger_1x1x3x15x7_i8xi8_acci32_st222_pad100000_dilat112/test.json
+++ b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_ConvOutputShapeNonInteger_1x1x3x15x7_i8xi8_acci32_st222_pad100000_dilat112/test.json
@@ -5,205 +5,210 @@
_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,
+ 0,
+ 0,
+ 0
+ ],
+ stride: [
+ 2,
+ 2,
+ 2
+ ],
+ dilation: [
+ 1,
+ 1,
+ 2
+ ],
+ input_zp: 85,
+ weight_zp: -74,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 1,
+ 3,
+ 15,
+ 7
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 8,
+ 1,
+ 1,
+ 1,
+ 7
+ ],
+ type: "INT8",
+ data: [
+ 241,
+ 200,
+ 113,
+ 74,
+ 0,
+ 160,
+ 198,
+ 252,
+ 30,
+ 105,
+ 55,
+ 71,
+ 124,
+ 37,
+ 168,
+ 163,
+ 220,
+ 38,
+ 35,
+ 137,
+ 69,
+ 154,
+ 51,
+ 70,
+ 23,
+ 180,
+ 226,
+ 41,
+ 109,
+ 93,
+ 78,
+ 7,
+ 21,
+ 243,
+ 133,
+ 247,
+ 104,
+ 248,
+ 136,
+ 125,
+ 94,
+ 82,
+ 47,
+ 54,
+ 144,
+ 244,
+ 160,
+ 26,
+ 124,
+ 232,
+ 254,
+ 118,
+ 240,
+ 234,
+ 181,
+ 63
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 8
+ ],
+ type: "INT32",
+ data: [
+ 36,
+ 164,
+ 190,
+ 174,
+ 176,
+ 0,
+ 251,
+ 174,
+ 103,
+ 203,
+ 127,
+ 130,
+ 145,
+ 215,
+ 236,
+ 171,
+ 122,
+ 40,
+ 73,
+ 201,
+ 115,
+ 232,
+ 229,
+ 224,
+ 43,
+ 48,
+ 84,
+ 44,
+ 174,
+ 132,
+ 192,
+ 97
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 8,
+ 8
+ ],
+ type: "INT32"
+ }
],
- outputs: [
- "const-2"
- ]
- },
- {
- op: "CONV3D",
- attribute_type: "ConvAttribute",
- attribute: {
- pad: [
- 1,
- 0,
- 0,
- 0,
- 0,
- 0
- ],
- stride: [
- 2,
- 2,
- 2
- ],
- dilation: [
- 1,
- 1,
- 2
- ],
- input_zp: 85,
- weight_zp: -74,
- accum_dtype: "INT32"
- },
inputs: [
- "input-0",
- "const-1",
- "const-2"
+ "input-0"
],
outputs: [
"result-0"
]
}
- ],
- tensors: [
- {
- name: "input-0",
- shape: [
- 1,
- 1,
- 3,
- 15,
- 7
- ],
- type: "INT8"
- },
- {
- name: "const-1",
- shape: [
- 8,
- 1,
- 1,
- 1,
- 7
- ],
- type: "INT8",
- data: [
- 241,
- 200,
- 113,
- 74,
- 0,
- 160,
- 198,
- 252,
- 30,
- 105,
- 55,
- 71,
- 124,
- 37,
- 168,
- 163,
- 220,
- 38,
- 35,
- 137,
- 69,
- 154,
- 51,
- 70,
- 23,
- 180,
- 226,
- 41,
- 109,
- 93,
- 78,
- 7,
- 21,
- 243,
- 133,
- 247,
- 104,
- 248,
- 136,
- 125,
- 94,
- 82,
- 47,
- 54,
- 144,
- 244,
- 160,
- 26,
- 124,
- 232,
- 254,
- 118,
- 240,
- 234,
- 181,
- 63
- ]
- },
- {
- name: "const-2",
- shape: [
- 8
- ],
- type: "INT32",
- data: [
- 36,
- 164,
- 190,
- 174,
- 176,
- 0,
- 251,
- 174,
- 103,
- 203,
- 127,
- 130,
- 145,
- 215,
- 236,
- 171,
- 122,
- 40,
- 73,
- 201,
- 115,
- 232,
- 229,
- 224,
- 43,
- 48,
- 84,
- 44,
- 174,
- 132,
- 192,
- 97
- ]
- },
- {
- name: "result-0",
- shape: [
- 1,
- 1,
- 2,
- 8,
- 8
- ],
- type: "INT32"
- }
- ],
- inputs: [
- "input-0"
- ],
- outputs: [
- "result-0"
]
}
]