[custom op] initial commit for custom op documentation (#5485)
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Tue, 25 Jun 2019 08:42:39 +0000 (17:42 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 25 Jun 2019 08:42:39 +0000 (17:42 +0900)
We would like to gather all information about custom operation in one place.

We will start with requirements from nnpackage 00_requirments.md.
Next, we will have diagram(s) for candidate architecture and overall process.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
contrib/custom_op/README.md [new file with mode: 0644]
contrib/nnpackage/spec/00_requirement.md

diff --git a/contrib/custom_op/README.md b/contrib/custom_op/README.md
new file mode 100644 (file)
index 0000000..0820256
--- /dev/null
@@ -0,0 +1,19 @@
+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
+
+## Candidate Architecture 1
+
+## Candidate Architecture 2
+
+## Discussion
+
+# Conclusion
index 5052709..035fc98 100644 (file)
@@ -26,9 +26,3 @@
 - [ ] MD4. support many quantization
   - howto (ex. union type quantization parameter field, field handle quantization parameter table for quantization methodology)
 - [ ] MD5. backward-compatibility and maintainability
-
-## Custom Op
-
-- [ ] CO1. support tizen in-house custom op developer
-- [ ] CO2. minimize exposed headers (structures and functions)
-- [ ] CO3. acceptable performance