[locoex/customop] (#4319)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Thu, 18 Jul 2019 04:55:16 +0000 (13:55 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 18 Jul 2019 04:55:16 +0000 (13:55 +0900)
Rewritter for changed name (`COp...`) and dir name.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
contrib/locoex-customop/README.md

index dd5e1df..c2b22e3 100644 (file)
@@ -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.