aboutsummaryrefslogtreecommitdiff
path: root/operators
diff options
context:
space:
mode:
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.