aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv2d_1x3/conv2d_1x3_1x16x51x7_bf16xbf16_accf32_st11_pad0990_dilat11/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/conv2d_1x3/conv2d_1x3_1x16x51x7_bf16xbf16_accf32_st11_pad0990_dilat11/test.json')
-rw-r--r--operators/tensor/conv2d_1x3/conv2d_1x3_1x16x51x7_bf16xbf16_accf32_st11_pad0990_dilat11/test.json207
1 files changed, 207 insertions, 0 deletions
diff --git a/operators/tensor/conv2d_1x3/conv2d_1x3_1x16x51x7_bf16xbf16_accf32_st11_pad0990_dilat11/test.json b/operators/tensor/conv2d_1x3/conv2d_1x3_1x16x51x7_bf16xbf16_accf32_st11_pad0990_dilat11/test.json
new file mode 100644
index 000000000..92b904fb3
--- /dev/null
+++ b/operators/tensor/conv2d_1x3/conv2d_1x3_1x16x51x7_bf16xbf16_accf32_st11_pad0990_dilat11/test.json
@@ -0,0 +1,207 @@
+{
+ 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: "CONV2D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 0,
+ 9,
+ 9,
+ 0
+ ],
+ stride: [
+ 1,
+ 1
+ ],
+ dilation: [
+ 1,
+ 1
+ ],
+ input_zp: 0,
+ weight_zp: 0
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 16,
+ 51,
+ 7
+ ],
+ type: "BF16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 3,
+ 7
+ ],
+ type: "BF16",
+ data: [
+ 0,
+ 0,
+ 106,
+ 60,
+ 0,
+ 0,
+ 135,
+ 191,
+ 0,
+ 0,
+ 209,
+ 63,
+ 0,
+ 0,
+ 10,
+ 61,
+ 0,
+ 0,
+ 196,
+ 63,
+ 0,
+ 0,
+ 134,
+ 63,
+ 0,
+ 0,
+ 234,
+ 63,
+ 0,
+ 0,
+ 93,
+ 63,
+ 0,
+ 0,
+ 170,
+ 62,
+ 0,
+ 0,
+ 252,
+ 191,
+ 0,
+ 0,
+ 173,
+ 62,
+ 0,
+ 0,
+ 223,
+ 63,
+ 0,
+ 0,
+ 41,
+ 63,
+ 0,
+ 0,
+ 16,
+ 190,
+ 0,
+ 0,
+ 157,
+ 63,
+ 0,
+ 0,
+ 189,
+ 63,
+ 0,
+ 0,
+ 238,
+ 191,
+ 0,
+ 0,
+ 184,
+ 63,
+ 0,
+ 0,
+ 28,
+ 191,
+ 0,
+ 0,
+ 186,
+ 61,
+ 0,
+ 0,
+ 132,
+ 63
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "FP32",
+ data: [
+ 87,
+ 184,
+ 165,
+ 62
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 25,
+ 58,
+ 1
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}