From d104010e3e52ef6621f0cb571a7e6b4d4816f1e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EC=9D=B4=EC=83=81=EA=B7=9C/On-Device=20Lab=28SR=29/Princip?= =?utf8?q?al=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Tue, 25 Jun 2019 17:42:39 +0900 Subject: [PATCH] [custom op] initial commit for custom op documentation (#5485) 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 --- contrib/custom_op/README.md | 19 +++++++++++++++++++ contrib/nnpackage/spec/00_requirement.md | 6 ------ 2 files changed, 19 insertions(+), 6 deletions(-) create mode 100644 contrib/custom_op/README.md diff --git a/contrib/custom_op/README.md b/contrib/custom_op/README.md new file mode 100644 index 0000000..0820256 --- /dev/null +++ b/contrib/custom_op/README.md @@ -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 diff --git a/contrib/nnpackage/spec/00_requirement.md b/contrib/nnpackage/spec/00_requirement.md index 5052709..035fc98 100644 --- a/contrib/nnpackage/spec/00_requirement.md +++ b/contrib/nnpackage/spec/00_requirement.md @@ -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 -- 2.7.4