summaryrefslogtreecommitdiff
path: root/runtimes/contrib/custom_op/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'runtimes/contrib/custom_op/README.md')
-rw-r--r--runtimes/contrib/custom_op/README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/runtimes/contrib/custom_op/README.md b/runtimes/contrib/custom_op/README.md
new file mode 100644
index 000000000..7815ce9d5
--- /dev/null
+++ b/runtimes/contrib/custom_op/README.md
@@ -0,0 +1,25 @@
+This document is about custom operators.
+
+# Introduction
+
+# Requirements
+
+- [ ] Support tizen in-house custom op developer
+- [ ] Minimiz exposed headers (structures and functions)
+- [ ] Provide acceptable performance
+
+# Design
+
+## Design
+
+### Workflow
+
+![](customOp-workflow.png)
+
+## Candidate Architecture 1
+
+## Candidate Architecture 2
+
+## Discussion
+
+# Conclusion