aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/tile/tile_23_i32_perm0
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/tile/tile_23_i32_perm0')
-rw-r--r--operators/data_layout/tile/tile_23_i32_perm0/Conformance-result-0.json28
-rw-r--r--operators/data_layout/tile/tile_23_i32_perm0/desc.json24
-rw-r--r--operators/data_layout/tile/tile_23_i32_perm0/input-0.json28
-rw-r--r--operators/data_layout/tile/tile_23_i32_perm0/test.json52
4 files changed, 132 insertions, 0 deletions
diff --git a/operators/data_layout/tile/tile_23_i32_perm0/Conformance-result-0.json b/operators/data_layout/tile/tile_23_i32_perm0/Conformance-result-0.json
new file mode 100644
index 000000000..9173aaf97
--- /dev/null
+++ b/operators/data_layout/tile/tile_23_i32_perm0/Conformance-result-0.json
@@ -0,0 +1,28 @@
+{
+ "type": "int32",
+ "data": [
+ 932259212,
+ -1454826632,
+ 1720657018,
+ 4487274,
+ 1881416401,
+ -1493308149,
+ -11467236,
+ 843189590,
+ -18786742,
+ -231257036,
+ -1433599550,
+ -511009943,
+ -1121990345,
+ -852499086,
+ 788988336,
+ 559559476,
+ 460405168,
+ -593510319,
+ 1974364612,
+ -1771030112,
+ -676067476,
+ -1640652158,
+ -691731087
+ ]
+} \ No newline at end of file
diff --git a/operators/data_layout/tile/tile_23_i32_perm0/desc.json b/operators/data_layout/tile/tile_23_i32_perm0/desc.json
new file mode 100644
index 000000000..7b8f68902
--- /dev/null
+++ b/operators/data_layout/tile/tile_23_i32_perm0/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_23_i32_perm0/input-0.json b/operators/data_layout/tile/tile_23_i32_perm0/input-0.json
new file mode 100644
index 000000000..9173aaf97
--- /dev/null
+++ b/operators/data_layout/tile/tile_23_i32_perm0/input-0.json
@@ -0,0 +1,28 @@
+{
+ "type": "int32",
+ "data": [
+ 932259212,
+ -1454826632,
+ 1720657018,
+ 4487274,
+ 1881416401,
+ -1493308149,
+ -11467236,
+ 843189590,
+ -18786742,
+ -231257036,
+ -1433599550,
+ -511009943,
+ -1121990345,
+ -852499086,
+ 788988336,
+ 559559476,
+ 460405168,
+ -593510319,
+ 1974364612,
+ -1771030112,
+ -676067476,
+ -1640652158,
+ -691731087
+ ]
+} \ No newline at end of file
diff --git a/operators/data_layout/tile/tile_23_i32_perm0/test.json b/operators/data_layout/tile/tile_23_i32_perm0/test.json
new file mode 100644
index 000000000..9a412bc76
--- /dev/null
+++ b/operators/data_layout/tile/tile_23_i32_perm0/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: [
+ 1
+ ]
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 23
+ ],
+ type: "INT32"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 23
+ ],
+ type: "INT32"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}