From: 윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 Date: Thu, 18 Jul 2019 04:55:16 +0000 (+0900) Subject: [locoex/customop] (#4319) X-Git-Tag: nncc_backup~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25a1a2770fcb8a59e594f4820ed735f2355795dc;p=platform%2Fcore%2Fml%2Fnnfw.git [locoex/customop] (#4319) Rewritter for changed name (`COp...`) and dir name. Signed-off-by: Hyun Sik Yoon --- diff --git a/contrib/locoex-customop/README.md b/contrib/locoex-customop/README.md index dd5e1df..c2b22e3 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.