aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_ERRORIF_WeightZeroPointNotZero_1x7x6x5_bf16xbf16_accf32_.../test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2023-02-07 20:10:48 +0000
committerJames Ward <james.ward@arm.com>2023-02-20 11:12:45 +0000
commitdca402e71ab73c9e5843eb5a1cba4c380f8874a9 (patch)
tree4085e4c3262be4bbfa371702d50956599d663541 /operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_ERRORIF_WeightZeroPointNotZero_1x7x6x5_bf16xbf16_accf32_st11_pad0000_dilat11/test.json
parent2e5ae1b56c08821a5e0dd7dac40d0a6d73acbadc (diff)
downloadconformance_tests-dca402e71ab73c9e5843eb5a1cba4c380f8874a9.tar.gz
Create MI tests for Tensors: DEPTHWISE_CONV2D
Signed-off-by: James Ward <james.ward@arm.com> Change-Id: I1f414a68c4f532b3315ec5ffab932dd3d70407b5
Diffstat (limited to 'operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_ERRORIF_WeightZeroPointNotZero_1x7x6x5_bf16xbf16_accf32_st11_pad0000_dilat11/test.json')
-rw-r--r--operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_ERRORIF_WeightZeroPointNotZero_1x7x6x5_bf16xbf16_accf32_st11_pad0000_dilat11/test.json159
1 files changed, 159 insertions, 0 deletions
diff --git a/operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_ERRORIF_WeightZeroPointNotZero_1x7x6x5_bf16xbf16_accf32_st11_pad0000_dilat11/test.json b/operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_ERRORIF_WeightZeroPointNotZero_1x7x6x5_bf16xbf16_accf32_st11_pad0000_dilat11/test.json
new file mode 100644
index 000000000..2a537adbe
--- /dev/null
+++ b/operators/tensor/depthwise_conv2d_1x1/depthwise_conv2d_1x1_ERRORIF_WeightZeroPointNotZero_1x7x6x5_bf16xbf16_accf32_st11_pad0000_dilat11/test.json
@@ -0,0 +1,159 @@
+{
+ 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: 13
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 7,
+ 6,
+ 5
+ ],
+ type: "BF16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 1,
+ 5,
+ 1
+ ],
+ type: "BF16",
+ data: [
+ 0,
+ 0,
+ 55,
+ 62,
+ 0,
+ 0,
+ 211,
+ 62,
+ 0,
+ 0,
+ 73,
+ 63,
+ 0,
+ 0,
+ 104,
+ 63,
+ 0,
+ 0,
+ 23,
+ 63
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 5
+ ],
+ type: "FP32",
+ data: [
+ 18,
+ 71,
+ 153,
+ 62,
+ 138,
+ 170,
+ 46,
+ 63,
+ 57,
+ 122,
+ 61,
+ 63,
+ 203,
+ 23,
+ 170,
+ 62,
+ 164,
+ 152,
+ 83,
+ 63
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 7,
+ 6,
+ 5
+ ],
+ type: "FP32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}