aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/tile/tile_6_i16_perm3
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-10-18 17:36:56 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-10-18 17:44:36 +0100
commit39f4c0e050bd84fffeb43bbbc3032f5831358246 (patch)
treeed6f10ae60884c221bdbc371957a9a276a60717a /operators/data_layout/tile/tile_6_i16_perm3
parentf28351d57bbe212bc75ed18375b4f421937e113e (diff)
downloadconformance_tests-39f4c0e050bd84fffeb43bbbc3032f5831358246.tar.gz
Updating TILE tests with bool tests
Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com> Change-Id: I0e47d3fdf1bbbb87fe6c4fde31a22ffccd24a5a0
Diffstat (limited to 'operators/data_layout/tile/tile_6_i16_perm3')
-rw-r--r--operators/data_layout/tile/tile_6_i16_perm3/Conformance-result-0.json17
-rw-r--r--operators/data_layout/tile/tile_6_i16_perm3/desc.json24
-rw-r--r--operators/data_layout/tile/tile_6_i16_perm3/input-0.json11
-rw-r--r--operators/data_layout/tile/tile_6_i16_perm3/test.json52
4 files changed, 104 insertions, 0 deletions
diff --git a/operators/data_layout/tile/tile_6_i16_perm3/Conformance-result-0.json b/operators/data_layout/tile/tile_6_i16_perm3/Conformance-result-0.json
new file mode 100644
index 000000000..800ee015a
--- /dev/null
+++ b/operators/data_layout/tile/tile_6_i16_perm3/Conformance-result-0.json
@@ -0,0 +1,17 @@
+{
+ "type": "int32",
+ "data": [
+ 328,
+ 18605,
+ 32512,
+ 10768,
+ -5952,
+ -6136,
+ 328,
+ 18605,
+ 32512,
+ 10768,
+ -5952,
+ -6136
+ ]
+} \ No newline at end of file
diff --git a/operators/data_layout/tile/tile_6_i16_perm3/desc.json b/operators/data_layout/tile/tile_6_i16_perm3/desc.json
new file mode 100644
index 000000000..7b8f68902
--- /dev/null
+++ b/operators/data_layout/tile/tile_6_i16_perm3/desc.json
@@ -0,0 +1,24 @@
+{
+ "tosa_file": "test.json",
+ "ifm_name": [
+ "input-0"
+ ],
+ "ifm_file": [
+ "input-0.npy"
+ ],
+ "ofm_name": [
+ "result-0"
+ ],
+ "ofm_file": [
+ "result-0.npy"
+ ],
+ "expected_return_code": 0,
+ "expected_failure": false,
+ "expected_result_file": [
+ "Conformance-result-0.npy"
+ ],
+ "profile": [
+ "tosa-bi",
+ "tosa-mi"
+ ]
+} \ No newline at end of file
diff --git a/operators/data_layout/tile/tile_6_i16_perm3/input-0.json b/operators/data_layout/tile/tile_6_i16_perm3/input-0.json
new file mode 100644
index 000000000..6a5d2c625
--- /dev/null
+++ b/operators/data_layout/tile/tile_6_i16_perm3/input-0.json
@@ -0,0 +1,11 @@
+{
+ "type": "int32",
+ "data": [
+ 328,
+ 18605,
+ 32512,
+ 10768,
+ -5952,
+ -6136
+ ]
+} \ No newline at end of file
diff --git a/operators/data_layout/tile/tile_6_i16_perm3/test.json b/operators/data_layout/tile/tile_6_i16_perm3/test.json
new file mode 100644
index 000000000..121dd858b
--- /dev/null
+++ b/operators/data_layout/tile/tile_6_i16_perm3/test.json
@@ -0,0 +1,52 @@
+{
+ version: {
+ _major: 0,
+ _minor: 41,
+ _patch: 0,
+ _draft: true
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "TILE",
+ attribute_type: "TileAttribute",
+ attribute: {
+ multiples: [
+ 2
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 6
+ ],
+ type: "INT16"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 12
+ ],
+ type: "INT16"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}