From 05b7f065376e64fdce4e393ac2642cc95cbbedf9 Mon Sep 17 00:00:00 2001 From: Jeremy Johnson Date: Tue, 14 Jun 2022 17:45:03 +0100 Subject: Set up repo with READMEs, structure and pre-commit check Change-Id: Ic1659c79a73cf0622e0188ba570d4da87585811a Signed-off-by: Jeremy Johnson --- operators/activation/README | 1 + operators/comparison/README | 1 + operators/control_flow/README | 1 + operators/data_layout/README | 1 + operators/data_nodes/README | 1 + operators/ew_binary/README | 1 + operators/ew_ternary/README | 1 + operators/ew_unary/README | 1 + operators/image/README | 1 + operators/reduction/README | 1 + operators/scatter_gather/README | 1 + operators/tensor/README | 1 + operators/type_conversion/README | 1 + 13 files changed, 13 insertions(+) create mode 100644 operators/activation/README create mode 100644 operators/comparison/README create mode 100644 operators/control_flow/README create mode 100644 operators/data_layout/README create mode 100644 operators/data_nodes/README create mode 100644 operators/ew_binary/README create mode 100644 operators/ew_ternary/README create mode 100644 operators/ew_unary/README create mode 100644 operators/image/README create mode 100644 operators/reduction/README create mode 100644 operators/scatter_gather/README create mode 100644 operators/tensor/README create mode 100644 operators/type_conversion/README (limited to 'operators') 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. -- cgit v1.2.1