aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/tile/tile_3x7x6x6x4x9_b_perm0/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/tile/tile_3x7x6x6x4x9_b_perm0/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/tile/tile_3x7x6x6x4x9_b_perm0/test.json')
-rw-r--r--operators/data_layout/tile/tile_3x7x6x6x4x9_b_perm0/test.json72
1 files changed, 72 insertions, 0 deletions
diff --git a/operators/data_layout/tile/tile_3x7x6x6x4x9_b_perm0/test.json b/operators/data_layout/tile/tile_3x7x6x6x4x9_b_perm0/test.json
new file mode 100644
index 000000000..db423822b
--- /dev/null
+++ b/operators/data_layout/tile/tile_3x7x6x6x4x9_b_perm0/test.json
@@ -0,0 +1,72 @@
+{
+ version: {
+ _major: 0,
+ _minor: 70,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "TILE",
+ attribute_type: "TileAttribute",
+ attribute: {
+ multiples: [
+ 1,
+ 2,
+ 1,
+ 2,
+ 3,
+ 2
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 3,
+ 7,
+ 6,
+ 6,
+ 4,
+ 9
+ ],
+ type: "BOOL"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 3,
+ 14,
+ 6,
+ 12,
+ 12,
+ 18
+ ],
+ type: "BOOL"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}