aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st221_pad100011_dilat177/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st221_pad100011_dilat177/test.json')
-rw-r--r--operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st221_pad100011_dilat177/test.json138
1 files changed, 138 insertions, 0 deletions
diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st221_pad100011_dilat177/test.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st221_pad100011_dilat177/test.json
new file mode 100644
index 000000000..136977951
--- /dev/null
+++ b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_1x2x65539x1x2_f32xf32_accf32_st221_pad100011_dilat177/test.json
@@ -0,0 +1,138 @@
+{
+ 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: [
+ 1,
+ 0,
+ 0,
+ 0,
+ 1,
+ 1
+ ],
+ stride: [
+ 2,
+ 2,
+ 1
+ ],
+ dilation: [
+ 1,
+ 7,
+ 7
+ ],
+ input_zp: 0,
+ weight_zp: 0
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 2,
+ 65539,
+ 1,
+ 2
+ ],
+ type: "FP32"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 1,
+ 1,
+ 2
+ ],
+ type: "FP32",
+ data: [
+ 86,
+ 66,
+ 204,
+ 63,
+ 118,
+ 69,
+ 167,
+ 190
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "FP32",
+ data: [
+ 242,
+ 98,
+ 159,
+ 63
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 32770,
+ 3,
+ 1
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}