aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_ERRORIF_WrongOutputList_1x2x5x2_bf16xbf16_accf32_st11_pad0000_dilat11/test.json
diff options
context:
space:
mode:
Diffstat (limited to 'operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_ERRORIF_WrongOutputList_1x2x5x2_bf16xbf16_accf32_st11_pad0000_dilat11/test.json')
-rw-r--r--operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_ERRORIF_WrongOutputList_1x2x5x2_bf16xbf16_accf32_st11_pad0000_dilat11/test.json152
1 files changed, 152 insertions, 0 deletions
diff --git a/operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_ERRORIF_WrongOutputList_1x2x5x2_bf16xbf16_accf32_st11_pad0000_dilat11/test.json b/operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_ERRORIF_WrongOutputList_1x2x5x2_bf16xbf16_accf32_st11_pad0000_dilat11/test.json
new file mode 100644
index 000000000..11fc77bc4
--- /dev/null
+++ b/operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_ERRORIF_WrongOutputList_1x2x5x2_bf16xbf16_accf32_st11_pad0000_dilat11/test.json
@@ -0,0 +1,152 @@
+{
+ 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: "DEPTHWISE_CONV2D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ stride: [
+ 1,
+ 1
+ ],
+ dilation: [
+ 1,
+ 1
+ ],
+ input_zp: 0,
+ weight_zp: 0
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0",
+ "eiDummyOutput"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 2,
+ 5,
+ 2
+ ],
+ type: "BF16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 2,
+ 2
+ ],
+ type: "BF16",
+ data: [
+ 0,
+ 0,
+ 172,
+ 62,
+ 0,
+ 0,
+ 45,
+ 63,
+ 0,
+ 0,
+ 65,
+ 63,
+ 0,
+ 0,
+ 167,
+ 62
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 4
+ ],
+ type: "FP32",
+ data: [
+ 12,
+ 87,
+ 82,
+ 63,
+ 6,
+ 31,
+ 49,
+ 63,
+ 128,
+ 42,
+ 15,
+ 63,
+ 145,
+ 21,
+ 130,
+ 58
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 5,
+ 4
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}