aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_bf16xbf16_accf32_st112_pad001001_dilat177/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_bf16xbf16_accf32_st112_pad001001_dilat177/test.json')
-rw-r--r--operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_bf16xbf16_accf32_st112_pad001001_dilat177/test.json210
1 files changed, 210 insertions, 0 deletions
diff --git a/operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_bf16xbf16_accf32_st112_pad001001_dilat177/test.json b/operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_bf16xbf16_accf32_st112_pad001001_dilat177/test.json
new file mode 100644
index 000000000..ceaeb7004
--- /dev/null
+++ b/operators/tensor/conv3d_1x1x2/conv3d_1x1x2_1x6x12x17x3_bf16xbf16_accf32_st112_pad001001_dilat177/test.json
@@ -0,0 +1,210 @@
+{
+ 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,
+ 0,
+ 0,
+ 1
+ ],
+ stride: [
+ 1,
+ 1,
+ 2
+ ],
+ 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,
+ 6,
+ 12,
+ 17,
+ 3
+ ],
+ type: "BF16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 3,
+ 1,
+ 1,
+ 2,
+ 3
+ ],
+ type: "BF16",
+ data: [
+ 0,
+ 0,
+ 238,
+ 191,
+ 0,
+ 0,
+ 222,
+ 63,
+ 0,
+ 0,
+ 235,
+ 191,
+ 0,
+ 0,
+ 78,
+ 63,
+ 0,
+ 0,
+ 115,
+ 191,
+ 0,
+ 0,
+ 200,
+ 191,
+ 0,
+ 0,
+ 132,
+ 61,
+ 0,
+ 0,
+ 203,
+ 62,
+ 0,
+ 0,
+ 247,
+ 63,
+ 0,
+ 0,
+ 203,
+ 191,
+ 0,
+ 0,
+ 164,
+ 191,
+ 0,
+ 0,
+ 59,
+ 191,
+ 0,
+ 0,
+ 205,
+ 191,
+ 0,
+ 0,
+ 157,
+ 63,
+ 0,
+ 0,
+ 217,
+ 61,
+ 0,
+ 0,
+ 194,
+ 63,
+ 0,
+ 0,
+ 237,
+ 62,
+ 0,
+ 0,
+ 245,
+ 191
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 3
+ ],
+ type: "FP32",
+ data: [
+ 30,
+ 2,
+ 160,
+ 191,
+ 125,
+ 11,
+ 49,
+ 191,
+ 211,
+ 226,
+ 193,
+ 63
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 6,
+ 13,
+ 6,
+ 3
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}