From: 이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 Date: Tue, 10 Sep 2019 08:49:07 +0000 (+0900) Subject: [cop] Set isNnAPi=true for CustomNode (#7341) X-Git-Tag: accepted/tizen/unified/20190911.111615~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f40187f871b201d502c7e9927f4d8920f7c968a;p=platform%2Fcore%2Fml%2Fnnfw.git [cop] Set isNnAPi=true for CustomNode (#7341) It sets isNnAPI for CustomNode to enable backend selection. Signed-off-by: Sanggyu Lee --- diff --git a/runtimes/neurun/core/include/model/Operations.lst b/runtimes/neurun/core/include/model/Operations.lst index adf3cdc..ef645dd 100644 --- a/runtimes/neurun/core/include/model/Operations.lst +++ b/runtimes/neurun/core/include/model/Operations.lst @@ -76,6 +76,6 @@ OP(ReduceMinNode , true) OP(SplitNode , true) OP(UnpackNode , true) OP(PadNode , true) -OP(CustomNode , false) +OP(CustomNode , true) OP(PermuteNode , false)