aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i8xi8_st122_pad000001_dilat771/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:54 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-17 13:07:54 +0100
commit61db29877fa6eafd0f63e23aee941ab6fbcfa115 (patch)
tree29fe58470c1fc61ad0cd7d26a0cbbc8501023a53 /operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i8xi8_st122_pad000001_dilat771/test.json
parent39ea89ddc8b7e665f2ea625073091a881dc890c0 (diff)
downloadconformance_tests-61db29877fa6eafd0f63e23aee941ab6fbcfa115.tar.gz
Updating CONV3D_2X1X1 tests for v0.30.0 release
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I3950f2b48247f3d055bdd4d4277ea89244bf88d9
Diffstat (limited to 'operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i8xi8_st122_pad000001_dilat771/test.json')
-rw-r--r--operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i8xi8_st122_pad000001_dilat771/test.json131
1 files changed, 131 insertions, 0 deletions
diff --git a/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i8xi8_st122_pad000001_dilat771/test.json b/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i8xi8_st122_pad000001_dilat771/test.json
new file mode 100644
index 000000000..2fe081004
--- /dev/null
+++ b/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i8xi8_st122_pad000001_dilat771/test.json
@@ -0,0 +1,131 @@
+{
+ 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: "CONV3D",
+ attribute_type: "ConvAttribute",
+ attribute: {
+ pad: [
+ 0,
+ 0,
+ 0,
+ 0,
+ 0,
+ 1
+ ],
+ stride: [
+ 1,
+ 2,
+ 2
+ ],
+ dilation: [
+ 7,
+ 7,
+ 1
+ ],
+ input_zp: -90,
+ weight_zp: -86
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 9,
+ 11,
+ 12,
+ 3
+ ],
+ type: "INT8"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 2,
+ 1,
+ 1,
+ 3
+ ],
+ type: "INT8",
+ data: [
+ 230,
+ 22,
+ 194,
+ 181,
+ 218,
+ 215
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT32",
+ data: [
+ 234,
+ 0,
+ 157,
+ 44
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 2,
+ 6,
+ 7,
+ 1
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}