aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32xi32_acci32_st111_pad000000_dilat111/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32xi32_acci32_st111_pad000000_dilat111/test.json')
-rw-r--r--operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32xi32_acci32_st111_pad000000_dilat111/test.json186
1 files changed, 186 insertions, 0 deletions
diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32xi32_acci32_st111_pad000000_dilat111/test.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32xi32_acci32_st111_pad000000_dilat111/test.json
new file mode 100644
index 000000000..d44a1e748
--- /dev/null
+++ b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_WrongInputType_1x11x10x11x7_i32xi32_acci32_st111_pad000000_dilat111/test.json
@@ -0,0 +1,186 @@
+{
+ 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: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ stride: [
+ 1,
+ 1,
+ 1
+ ],
+ dilation: [
+ 1,
+ 1,
+ 1
+ ],
+ input_zp: 0,
+ weight_zp: 0,
+ accum_dtype: "INT32"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 11,
+ 10,
+ 11,
+ 7
+ ],
+ type: "INT32"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 2,
+ 1,
+ 1,
+ 1,
+ 7
+ ],
+ type: "INT32",
+ data: [
+ 209,
+ 37,
+ 217,
+ 166,
+ 166,
+ 118,
+ 28,
+ 123,
+ 101,
+ 162,
+ 1,
+ 89,
+ 17,
+ 109,
+ 87,
+ 194,
+ 60,
+ 199,
+ 186,
+ 51,
+ 53,
+ 242,
+ 213,
+ 23,
+ 7,
+ 137,
+ 21,
+ 104,
+ 137,
+ 53,
+ 221,
+ 204,
+ 158,
+ 193,
+ 141,
+ 126,
+ 249,
+ 14,
+ 225,
+ 222,
+ 211,
+ 8,
+ 132,
+ 55,
+ 149,
+ 179,
+ 211,
+ 229,
+ 230,
+ 155,
+ 233,
+ 43,
+ 97,
+ 159,
+ 197,
+ 213
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 2
+ ],
+ type: "INT32",
+ data: [
+ 122,
+ 46,
+ 226,
+ 87,
+ 112,
+ 161,
+ 44,
+ 35
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 11,
+ 10,
+ 11,
+ 2
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}