aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i16xi8_acci48_st121_pad010010_dilat122/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:58:04 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-13 13:58:04 +0100
commite680768ca1042791012ba3ab312f747790f5d93e (patch)
tree21a880f2d6db656a002748bc62f30ae34a3760b9 /operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i16xi8_acci48_st121_pad010010_dilat122/test.json
parentfaf8012f82ea6179603b392f5aa63b6f7701b8c9 (diff)
downloadconformance_tests-e680768ca1042791012ba3ab312f747790f5d93e.tar.gz
Updating CONV3D_2X1X1 tests for FP16 and accumulator types
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I65996b484c42e4b88cf66c43f38b959c56af0751
Diffstat (limited to 'operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i16xi8_acci48_st121_pad010010_dilat122/test.json')
-rw-r--r--operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i16xi8_acci48_st121_pad010010_dilat122/test.json134
1 files changed, 134 insertions, 0 deletions
diff --git a/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i16xi8_acci48_st121_pad010010_dilat122/test.json b/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i16xi8_acci48_st121_pad010010_dilat122/test.json
new file mode 100644
index 000000000..01dad22f7
--- /dev/null
+++ b/operators/tensor/conv3d_2x1x1/conv3d_2x1x1_1x9x11x12x3_i16xi8_acci48_st121_pad010010_dilat122/test.json
@@ -0,0 +1,134 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ 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,
+ 1,
+ 0,
+ 0,
+ 1,
+ 0
+ ],
+ stride: [
+ 1,
+ 2,
+ 1
+ ],
+ dilation: [
+ 1,
+ 2,
+ 2
+ ],
+ input_zp: 0,
+ weight_zp: -100,
+ accum_dtype: "INT48"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 9,
+ 11,
+ 12,
+ 3
+ ],
+ type: "INT16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 1,
+ 2,
+ 1,
+ 1,
+ 3
+ ],
+ type: "INT8",
+ data: [
+ 235,
+ 50,
+ 94,
+ 251,
+ 94,
+ 115
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 1
+ ],
+ type: "INT48",
+ data: [
+ 25,
+ 108,
+ 119,
+ 132,
+ 176,
+ 153
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ 9,
+ 6,
+ 13,
+ 1
+ ],
+ type: "INT48"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}