aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x7x18x5x4_f32xf32_accf32_st212_pad001100_dilat222/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x7x18x5x4_f32xf32_accf32_st212_pad001100_dilat222/test.json')
-rw-r--r--operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x7x18x5x4_f32xf32_accf32_st212_pad001100_dilat222/test.json162
1 files changed, 162 insertions, 0 deletions
diff --git a/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x7x18x5x4_f32xf32_accf32_st212_pad001100_dilat222/test.json b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x7x18x5x4_f32xf32_accf32_st212_pad001100_dilat222/test.json
new file mode 100644
index 000000000..f4e0ecf23
--- /dev/null
+++ b/operators/tensor/conv3d_1x2x1/conv3d_1x2x1_1x7x18x5x4_f32xf32_accf32_st212_pad001100_dilat222/test.json
@@ -0,0 +1,162 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ 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,
+ 1,
+ 1,
+ 0,
+ 0
+ ],
+ stride: [
+ 2,
+ 1,
+ 2
+ ],
+ dilation: [
+ 2,
+ 2,
+ 2
+ ],
+ input_zp: 0,
+ weight_zp: 0
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 7,
+ 18,
+ 5,
+ 4
+ ],
+ type: "FP32"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 1,
+ 4
+ ],
+ type: "FP32",
+ data: [
+ 16,
+ 213,
+ 242,
+ 63,
+ 245,
+ 151,
+ 196,
+ 63,
+ 219,
+ 43,
+ 175,
+ 191,
+ 223,
+ 220,
+ 241,
+ 62,
+ 77,
+ 245,
+ 76,
+ 63,
+ 146,
+ 49,
+ 193,
+ 191,
+ 114,
+ 15,
+ 129,
+ 63,
+ 214,
+ 75,
+ 117,
+ 189
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "FP32",
+ data: [
+ 159,
+ 190,
+ 117,
+ 189
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 4,
+ 18,
+ 3,
+ 1
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}