aboutsummaryrefslogtreecommitdiff
path: root/operators
diff options
context:
space:
mode:
authorJeremy Johnson <jeremy.johnson@arm.com>2022-06-14 17:45:03 +0100
committerJeremy Johnson <jeremy.johnson@arm.com>2022-06-15 16:07:21 +0100
commit05b7f065376e64fdce4e393ac2642cc95cbbedf9 (patch)
tree97a2ea59b916412efd79baa90897c545e3de932c /operators
parente53bd7311829250ba9ed63fe5715d60af6f8a42b (diff)
downloadconformance_tests-05b7f065376e64fdce4e393ac2642cc95cbbedf9.tar.gz
Set up repo with READMEs, structure and pre-commit check
Change-Id: Ic1659c79a73cf0622e0188ba570d4da87585811a Signed-off-by: Jeremy Johnson <jeremy.johnson@arm.com>
Diffstat (limited to 'operators')
-rw-r--r--operators/activation/README1
-rw-r--r--operators/comparison/README1
-rw-r--r--operators/control_flow/README1
-rw-r--r--operators/data_layout/README1
-rw-r--r--operators/data_nodes/README1
-rw-r--r--operators/ew_binary/README1
-rw-r--r--operators/ew_ternary/README1
-rw-r--r--operators/ew_unary/README1
-rw-r--r--operators/image/README1
-rw-r--r--operators/reduction/README1
-rw-r--r--operators/scatter_gather/README1
-rw-r--r--operators/tensor/README1
-rw-r--r--operators/type_conversion/README1
13 files changed, 13 insertions, 0 deletions
diff --git a/operators/activation/README b/operators/activation/README
new file mode 100644
index 000000000..cd1360367
--- /dev/null
+++ b/operators/activation/README
@@ -0,0 +1 @@
+This directory contains activation function tests.
diff --git a/operators/comparison/README b/operators/comparison/README
new file mode 100644
index 000000000..8e8f9de57
--- /dev/null
+++ b/operators/comparison/README
@@ -0,0 +1 @@
+This directory contains comparison operator tests.
diff --git a/operators/control_flow/README b/operators/control_flow/README
new file mode 100644
index 000000000..ad77f7e0f
--- /dev/null
+++ b/operators/control_flow/README
@@ -0,0 +1 @@
+This directory contains control flow operator tests.
diff --git a/operators/data_layout/README b/operators/data_layout/README
new file mode 100644
index 000000000..6962f937a
--- /dev/null
+++ b/operators/data_layout/README
@@ -0,0 +1 @@
+This directory contains data layout tests.
diff --git a/operators/data_nodes/README b/operators/data_nodes/README
new file mode 100644
index 000000000..847f202f5
--- /dev/null
+++ b/operators/data_nodes/README
@@ -0,0 +1 @@
+This directory contains data node tests.
diff --git a/operators/ew_binary/README b/operators/ew_binary/README
new file mode 100644
index 000000000..668347a23
--- /dev/null
+++ b/operators/ew_binary/README
@@ -0,0 +1 @@
+This directory contains elementwise binary operator tests.
diff --git a/operators/ew_ternary/README b/operators/ew_ternary/README
new file mode 100644
index 000000000..887c895eb
--- /dev/null
+++ b/operators/ew_ternary/README
@@ -0,0 +1 @@
+This directory contains elementwise ternary operator tests.
diff --git a/operators/ew_unary/README b/operators/ew_unary/README
new file mode 100644
index 000000000..9bdcbd2af
--- /dev/null
+++ b/operators/ew_unary/README
@@ -0,0 +1 @@
+This directory contains elementwise unary operator tests.
diff --git a/operators/image/README b/operators/image/README
new file mode 100644
index 000000000..e48490e84
--- /dev/null
+++ b/operators/image/README
@@ -0,0 +1 @@
+This directory contains image operator tests.
diff --git a/operators/reduction/README b/operators/reduction/README
new file mode 100644
index 000000000..cb2985c22
--- /dev/null
+++ b/operators/reduction/README
@@ -0,0 +1 @@
+This directory contains reduction operator tests.
diff --git a/operators/scatter_gather/README b/operators/scatter_gather/README
new file mode 100644
index 000000000..f64b86d7f
--- /dev/null
+++ b/operators/scatter_gather/README
@@ -0,0 +1 @@
+This directory contains scatter/gather operator tests.
diff --git a/operators/tensor/README b/operators/tensor/README
new file mode 100644
index 000000000..fd78a544b
--- /dev/null
+++ b/operators/tensor/README
@@ -0,0 +1 @@
+This directory contains tensor operator tests.
diff --git a/operators/type_conversion/README b/operators/type_conversion/README
new file mode 100644
index 000000000..f54e6ccab
--- /dev/null
+++ b/operators/type_conversion/README
@@ -0,0 +1 @@
+This directory contains type conversion tests.