aboutsummaryrefslogtreecommitdiff
path: root/operators/data_layout/pad/pad_6_i8_pad00
diff options
context:
space:
mode:
Diffstat (limited to 'operators/data_layout/pad/pad_6_i8_pad00')
-rw-r--r--operators/data_layout/pad/pad_6_i8_pad00/Conformance-result-0.json11
-rw-r--r--operators/data_layout/pad/pad_6_i8_pad00/desc.json20
-rw-r--r--operators/data_layout/pad/pad_6_i8_pad00/input-0.json11
-rw-r--r--operators/data_layout/pad/pad_6_i8_pad00/test.json55
4 files changed, 97 insertions, 0 deletions
diff --git a/operators/data_layout/pad/pad_6_i8_pad00/Conformance-result-0.json b/operators/data_layout/pad/pad_6_i8_pad00/Conformance-result-0.json
new file mode 100644
index 000000000..ec653ab98
--- /dev/null
+++ b/operators/data_layout/pad/pad_6_i8_pad00/Conformance-result-0.json
@@ -0,0 +1,11 @@
+{
+ "type": "int32",
+ "data": [
+ 91,
+ 83,
+ -58,
+ 33,
+ -86,
+ 66
+ ]
+} \ No newline at end of file
diff --git a/operators/data_layout/pad/pad_6_i8_pad00/desc.json b/operators/data_layout/pad/pad_6_i8_pad00/desc.json
new file mode 100644
index 000000000..3cd43b509
--- /dev/null
+++ b/operators/data_layout/pad/pad_6_i8_pad00/desc.json
@@ -0,0 +1,20 @@
+{
+ "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"
+ ]
+} \ No newline at end of file
diff --git a/operators/data_layout/pad/pad_6_i8_pad00/input-0.json b/operators/data_layout/pad/pad_6_i8_pad00/input-0.json
new file mode 100644
index 000000000..ec653ab98
--- /dev/null
+++ b/operators/data_layout/pad/pad_6_i8_pad00/input-0.json
@@ -0,0 +1,11 @@
+{
+ "type": "int32",
+ "data": [
+ 91,
+ 83,
+ -58,
+ 33,
+ -86,
+ 66
+ ]
+} \ No newline at end of file
diff --git a/operators/data_layout/pad/pad_6_i8_pad00/test.json b/operators/data_layout/pad/pad_6_i8_pad00/test.json
new file mode 100644
index 000000000..0bca52eaf
--- /dev/null
+++ b/operators/data_layout/pad/pad_6_i8_pad00/test.json
@@ -0,0 +1,55 @@
+{
+ version: {
+ _major: 0,
+ _minor: 30,
+ _patch: 0,
+ _draft: false
+ },
+ blocks: [
+ {
+ name: "main",
+ operators: [
+ {
+ op: "PAD",
+ attribute_type: "PadAttribute",
+ attribute: {
+ padding: [
+ 0,
+ 0
+ ],
+ pad_const_int: 70,
+ pad_const_fp: 0.0
+ },
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ],
+ tensors: [
+ {
+ name: "input-0",
+ shape: [
+ 6
+ ],
+ type: "INT8"
+ },
+ {
+ name: "result-0",
+ shape: [
+ 6
+ ],
+ type: "INT8"
+ }
+ ],
+ inputs: [
+ "input-0"
+ ],
+ outputs: [
+ "result-0"
+ ]
+ }
+ ]
+}