diff options
author | 윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com> | 2019-07-18 13:55:16 +0900 |
---|---|---|
committer | 박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com> | 2019-07-18 13:55:16 +0900 |
commit | 25a1a2770fcb8a59e594f4820ed735f2355795dc (patch) | |
tree | e24667b79bddbfa8baeb100501c317dfa6030e92 | |
parent | 90f7fc1e0e830acb4f221d457ad26beaa79a5e75 (diff) | |
download | nnfw-25a1a2770fcb8a59e594f4820ed735f2355795dc.tar.gz nnfw-25a1a2770fcb8a59e594f4820ed735f2355795dc.tar.bz2 nnfw-25a1a2770fcb8a59e594f4820ed735f2355795dc.zip |
[locoex/customop] (#4319)
Rewritter for changed name (`COp...`) and dir name.
Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
-rw-r--r-- | contrib/locoex-customop/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/locoex-customop/README.md b/contrib/locoex-customop/README.md index dd5e1df46..c2b22e3db 100644 --- a/contrib/locoex-customop/README.md +++ b/contrib/locoex-customop/README.md @@ -1,9 +1,9 @@ -# locoex_customop +# locoex -_locoex_customop_ is an extention of loco to enable *custom operation*. +_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 neurun 1. an op that is not supported by Tensorflow, moco, and the neurun -`Call` node will represent custom operations and kernels. +`COpCall` node will represent IR entity that calls custom operations and kernels. |