aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv2d_1x1/conv2d_1x1_ERRORIF_StrideSmallerOne_1x10x1x6_i16xi8_acci48_st-1-1_pad1001_dilat12/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/conv2d_1x1/conv2d_1x1_ERRORIF_StrideSmallerOne_1x10x1x6_i16xi8_acci48_st-1-1_pad1001_dilat12/test.json')
-rw-r--r--operators/tensor/conv2d_1x1/conv2d_1x1_ERRORIF_StrideSmallerOne_1x10x1x6_i16xi8_acci48_st-1-1_pad1001_dilat12/test.json199
1 files changed, 199 insertions, 0 deletions
diff --git a/operators/tensor/conv2d_1x1/conv2d_1x1_ERRORIF_StrideSmallerOne_1x10x1x6_i16xi8_acci48_st-1-1_pad1001_dilat12/test.json b/operators/tensor/conv2d_1x1/conv2d_1x1_ERRORIF_StrideSmallerOne_1x10x1x6_i16xi8_acci48_st-1-1_pad1001_dilat12/test.json
new file mode 100644
index 000000000..8c0882cbc
--- /dev/null
+++ b/operators/tensor/conv2d_1x1/conv2d_1x1_ERRORIF_StrideSmallerOne_1x10x1x6_i16xi8_acci48_st-1-1_pad1001_dilat12/test.json
@@ -0,0 +1,199 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-1"
+ ]
+ },
+ {
+ op: "CONST",
+ attribute_type: "NONE",
+ inputs: [
+
+ ],
+ outputs: [
+ "const-2"
+ ]
+ },
+ {
+ op: "CONV2D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 1,
+ 0,
+ 0,
+ 1
+ ],
+ stride: [
+ -1,
+ -1
+ ],
+ dilation: [
+ 1,
+ 2
+ ],
+ input_zp: 0,
+ weight_zp: -128,
+ accum_dtype: "INT48"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 10,
+ 1,
+ 6
+ ],
+ type: "INT16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 7,
+ 1,
+ 1,
+ 6
+ ],
+ type: "INT8",
+ data: [
+ 237,
+ 71,
+ 84,
+ 170,
+ 212,
+ 159,
+ 130,
+ 124,
+ 40,
+ 243,
+ 179,
+ 23,
+ 10,
+ 185,
+ 131,
+ 248,
+ 2,
+ 76,
+ 228,
+ 152,
+ 97,
+ 233,
+ 56,
+ 139,
+ 137,
+ 133,
+ 74,
+ 189,
+ 74,
+ 113,
+ 41,
+ 124,
+ 109,
+ 57,
+ 77,
+ 26,
+ 184,
+ 154,
+ 225,
+ 249,
+ 217,
+ 154
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 7
+ ],
+ type: "INT48",
+ data: [
+ 164,
+ 127,
+ 104,
+ 147,
+ 38,
+ 116,
+ 77,
+ 244,
+ 203,
+ 218,
+ 151,
+ 29,
+ 183,
+ 217,
+ 49,
+ 198,
+ 28,
+ 208,
+ 38,
+ 248,
+ 118,
+ 78,
+ 7,
+ 113,
+ 19,
+ 32,
+ 194,
+ 253,
+ 68,
+ 51,
+ 48,
+ 117,
+ 106,
+ 218,
+ 29,
+ 196,
+ 119,
+ 105,
+ 135,
+ 56,
+ 17,
+ 104
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ -9,
+ 0,
+ 7
+ ],
+ type: "INT48"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}