summaryrefslogtreecommitdiff
path: root/compiler/locoex-customop/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/locoex-customop/README.md')
-rw-r--r--compiler/locoex-customop/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/compiler/locoex-customop/README.md b/compiler/locoex-customop/README.md
new file mode 100644
index 000000000..3f71140f9
--- /dev/null
+++ b/compiler/locoex-customop/README.md
@@ -0,0 +1,9 @@
+# locoex
+
+_locoex_ is an extention of loco. Classes with `COp` prefix enables *Custom Operation*.
+In this version, a *custom operation* means one of the following:
+
+1. an op that is supported by Tensorflow but not supported both by the moco and the onert
+1. an op that is not supported by Tensorflow, moco, and the onert
+
+`COpCall` node will represent IR entity that calls custom operations and kernels.