aboutsummaryrefslogtreecommitdiff
path: root/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_StrideSmallerOne_1x11x7x11x3_i16xi8_acci48_st-3-3-3_pad0.../test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-11-16 14:39:55 +0000
committerJeremy Johnson <jeremy.johnson@arm.com>2022-11-16 14:46:02 +0000
commit874bb4fe493b2958a21e9a84c22828e82d4ff167 (patch)
tree4e4a0e31a9ba5c912373ba3a0419c8c84b03688e /operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_StrideSmallerOne_1x11x7x11x3_i16xi8_acci48_st-3-3-3_pad000000_dilat111/test.json
parent7596fd972b49fecfd1c0cc0a425a5d8c64e9c33c (diff)
downloadconformance_tests-874bb4fe493b2958a21e9a84c22828e82d4ff167.tar.gz
Updating conformance files for BF16 support
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: Iabe3a47a30eaea83f29b160ae2227e57ec22e96d
Diffstat (limited to 'operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_StrideSmallerOne_1x11x7x11x3_i16xi8_acci48_st-3-3-3_pad000000_dilat111/test.json')
-rw-r--r--operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_StrideSmallerOne_1x11x7x11x3_i16xi8_acci48_st-3-3-3_pad000000_dilat111/test.json248
1 files changed, 248 insertions, 0 deletions
diff --git a/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_StrideSmallerOne_1x11x7x11x3_i16xi8_acci48_st-3-3-3_pad000000_dilat111/test.json b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_StrideSmallerOne_1x11x7x11x3_i16xi8_acci48_st-3-3-3_pad000000_dilat111/test.json
new file mode 100644
index 000000000..3c54e31af
--- /dev/null
+++ b/operators/tensor/conv3d_1x1x1/conv3d_1x1x1_ERRORIF_StrideSmallerOne_1x11x7x11x3_i16xi8_acci48_st-3-3-3_pad000000_dilat111/test.json
@@ -0,0 +1,248 @@
+{
+ 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,
+ 0,
+ 0,
+ 0,
+ 0,
+ 0
+ ],
+ stride: [
+ -3,
+ -3,
+ -3
+ ],
+ dilation: [
+ 1,
+ 1,
+ 1
+ ],
+ input_zp: 0,
+ weight_zp: 123,
+ accum_dtype: "INT48"
+ },
+ inputs: [
+ "input-0",
+ "const-1",
+ "const-2"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 11,
+ 7,
+ 11,
+ 3
+ ],
+ type: "INT16"
+ },
+ {
+ name: "const-1",
+ shape: [
+ 14,
+ 1,
+ 1,
+ 1,
+ 3
+ ],
+ type: "INT8",
+ data: [
+ 252,
+ 87,
+ 141,
+ 232,
+ 247,
+ 90,
+ 165,
+ 49,
+ 105,
+ 98,
+ 248,
+ 193,
+ 87,
+ 152,
+ 99,
+ 13,
+ 182,
+ 246,
+ 189,
+ 22,
+ 193,
+ 95,
+ 100,
+ 86,
+ 250,
+ 147,
+ 147,
+ 167,
+ 183,
+ 47,
+ 174,
+ 10,
+ 89,
+ 172,
+ 221,
+ 133,
+ 92,
+ 202,
+ 242,
+ 192,
+ 77,
+ 157
+ ]
+ },
+ {
+ name: "const-2",
+ shape: [
+ 14
+ ],
+ type: "INT48",
+ data: [
+ 138,
+ 236,
+ 167,
+ 43,
+ 170,
+ 124,
+ 136,
+ 254,
+ 32,
+ 219,
+ 221,
+ 109,
+ 152,
+ 1,
+ 5,
+ 172,
+ 48,
+ 173,
+ 169,
+ 59,
+ 118,
+ 164,
+ 123,
+ 45,
+ 241,
+ 152,
+ 7,
+ 217,
+ 133,
+ 70,
+ 178,
+ 166,
+ 65,
+ 7,
+ 187,
+ 1,
+ 187,
+ 229,
+ 182,
+ 161,
+ 37,
+ 2,
+ 229,
+ 119,
+ 121,
+ 237,
+ 187,
+ 200,
+ 24,
+ 226,
+ 237,
+ 35,
+ 205,
+ 53,
+ 39,
+ 181,
+ 11,
+ 211,
+ 175,
+ 129,
+ 14,
+ 2,
+ 59,
+ 111,
+ 233,
+ 9,
+ 169,
+ 156,
+ 63,
+ 219,
+ 207,
+ 231,
+ 131,
+ 192,
+ 50,
+ 211,
+ 201,
+ 87,
+ 106,
+ 122,
+ 217,
+ 45,
+ 110,
+ 88
+ ]
+ },
+ {
+ name: "result-0",
+ shape: [
+ 1,
+ -3,
+ -1,
+ -3,
+ 14
+ ],
+ type: "INT48"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}