aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:08:15 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:08:15 +0100
commit9dc08254d07c00f35680bf9831fd7b7351d19df6 (patch)
treef0f32bfe20102a7c76f08e481bdd6c3ec4c6e38f /operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json
parentb9ff85edf900006611769208c4258ced5fa916aa (diff)
downloadconformance_tests-9dc08254d07c00f35680bf9831fd7b7351d19df6.tar.gz
Updating DEPTHWISE_CONV2D_5X5 tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Idd49faa253b89ac5a5248f46a3e7a0d52481a3fd
Diffstat (limited to 'operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json')
-rw-r--r--operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json172
1 files changed, 172 insertions, 0 deletions
diff --git a/operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json b/operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json
new file mode 100644
index 000000000..52ff85d31
--- /dev/null
+++ b/operators/tensor/depthwise_conv2d_5x5/depthwise_conv2d_5x5_1x4x65537x1_i8xi8_st11_pad1110_dilat11/test.json
@@ -0,0 +1,172 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ 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: [
+ 1,
+ 1,
+ 1,
+ 0
+ ],
+ stride: [
+ 1,
+ 1
+ ],
+ dilation: [
+ 1,
+ 1
+ ],
+ input_zp: 34,
+ weight_zp: 70
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 4,
+ 65537,
+ 1
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 5,
+ 5,
+ 1,
+ 2
+ ],
+ type: "INT8",
+ data: [
+ 215,
+ 220,
+ 146,
+ 171,
+ 91,
+ 239,
+ 233,
+ 172,
+ 254,
+ 71,
+ 223,
+ 58,
+ 100,
+ 136,
+ 242,
+ 52,
+ 86,
+ 178,
+ 96,
+ 54,
+ 138,
+ 94,
+ 112,
+ 53,
+ 157,
+ 41,
+ 100,
+ 226,
+ 158,
+ 86,
+ 33,
+ 237,
+ 210,
+ 175,
+ 71,
+ 49,
+ 58,
+ 252,
+ 98,
+ 63,
+ 34,
+ 51,
+ 147,
+ 203,
+ 227,
+ 230,
+ 110,
+ 157,
+ 54,
+ 59
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 2
+ ],
+ type: "INT32",
+ data: [
+ 156,
+ 48,
+ 83,
+ 193,
+ 231,
+ 255,
+ 210,
+ 232
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 65534,
+ 2
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}