aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/pad/pad_1x7x6x4x4x8_i8_pad010110100011/test.json
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2023-04-26 15:50:45 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2023-04-26 16:31:24 +0100
commit6cef44caf8454b6ff9f1db0372342e9bdcf55914 (patch)
tree72aa91cf454e4d5b89a11d7dc75d5b66772687c2 /operators/data_layout/pad/pad_1x7x6x4x4x8_i8_pad010110100011/test.json
parented4337a5f4927570b94fe3c48c29f1ab417a719a (diff)
downloadconformance_tests-6cef44caf8454b6ff9f1db0372342e9bdcf55914.tar.gz
Updating DATA_LAYOUT tests for 8k level support
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I1841a9641b52ef9c8957bb17670fde9923b560ce
Diffstat (limited to 'operators/data_layout/pad/pad_1x7x6x4x4x8_i8_pad010110100011/test.json')
-rw-r--r--operators/data_layout/pad/pad_1x7x6x4x4x8_i8_pad010110100011/test.json85
1 files changed, 85 insertions, 0 deletions
diff --git a/operators/data_layout/pad/pad_1x7x6x4x4x8_i8_pad010110100011/test.json b/operators/data_layout/pad/pad_1x7x6x4x4x8_i8_pad010110100011/test.json
new file mode 100644
index 000000000..568b5faf5
--- /dev/null
+++ b/operators/data_layout/pad/pad_1x7x6x4x4x8_i8_pad010110100011/test.json
@@ -0,0 +1,85 @@
+{
+ version: {
+ _major: 0,
+ _minor: 70,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "PAD",
+ attribute_type: "PadAttribute",
+ attribute: {
+ padding: [
+ 0,
+ 1,
+ 0,
+ 1,
+ 1,
+ 0,
+ 1,
+ 0,
+ 0,
+ 0,
+ 1,
+ 1
+ ],
+ pad_const_int: -106,
+ pad_const_fp: [
+ 0,
+ 0,
+ 0,
+ 0
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 1,
+ 7,
+ 6,
+ 4,
+ 4,
+ 8
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 2,
+ 8,
+ 7,
+ 5,
+ 4,
+ 10
+ ],
+ type: "INT8"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}