aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/slice/slice_48x60x51_bf16_perm1/test.json
diff options
context:
space:
mode:
authorJames Ward <james.ward@arm.com>2023-01-17 17:22:19 +0000
committerJames Ward <james.ward@arm.com>2023-01-26 12:10:28 +0000
commite8c4df459931d92df458f42adfc6d164a701e2e4 (patch)
tree1760d2ab225e44db0434bc6fa73694f6dd952132 /operators/data_layout/slice/slice_48x60x51_bf16_perm1/test.json
parentde22a661323bcad18a67a318d9cda5ce9f2699a8 (diff)
downloadconformance_tests-e8c4df459931d92df458f42adfc6d164a701e2e4.tar.gz
Create MI tests for Data Layout: SLICE
Signed-off-by: James Ward <james.ward@arm.com> Change-Id: I1be7f445a53791ca1395ef484725825b051afba3
Diffstat (limited to 'operators/data_layout/slice/slice_48x60x51_bf16_perm1/test.json')
-rw-r--r--operators/data_layout/slice/slice_48x60x51_bf16_perm1/test.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/operators/data_layout/slice/slice_48x60x51_bf16_perm1/test.json b/operators/data_layout/slice/slice_48x60x51_bf16_perm1/test.json
new file mode 100644
index 000000000..20b572d15
--- /dev/null
+++ b/operators/data_layout/slice/slice_48x60x51_bf16_perm1/test.json
@@ -0,0 +1,68 @@
+{
+ version: {
+ _major: 0,
+ _minor: 51,
+ _patch: 0,
+ _draft: true
+ },
+ regions: [
+ {
+ name: "main",
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "SLICE",
+ attribute_type: "SliceAttribute",
+ attribute: {
+ start: [
+ 3,
+ 47,
+ 23
+ ],
+ size: [
+ 21,
+ 2,
+ 3
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 48,
+ 60,
+ 51
+ ],
+ type: "BF16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 21,
+ 2,
+ 3
+ ],
+ type: "BF16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+ }
+ ]
+}