[luci/lang] Support NonMaxSuppressionV5 op (#3797)
authorAlexander Moiseev <67966333+ai-moiseev@users.noreply.github.com>
Tue, 18 Aug 2020 16:02:59 +0000 (19:02 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Aug 2020 16:02:59 +0000 (19:02 +0300)
commit01d8fad8919614a0dbd251c2d9906877ff2e2911
treebaeeb28329d8a57dab01fa923acd07817d719c5d
parent3f0cd648112a1e531314dafd79ea49ef534cadfb
[luci/lang] Support NonMaxSuppressionV5 op (#3797)

Add support for NonMaxSuppressionV5 op in luci IR.

ONE-DCO-1.0-Signed-off-by: Alexander Moiseev <a.moiseev@samsung.com>
compiler/luci/lang/include/luci/IR/CircleNodes.h
compiler/luci/lang/include/luci/IR/CircleNodes.lst
compiler/luci/lang/include/luci/IR/Nodes/CircleNonMaxSuppressionV5.h [new file with mode: 0644]
compiler/luci/lang/include/luci/IR/Nodes/CircleNonMaxSuppressionV5Out.h [new file with mode: 0644]
compiler/luci/lang/src/Nodes/CircleNonMaxSuppressionV5.test.cpp [new file with mode: 0644]
compiler/luci/lang/src/Nodes/CircleNonMaxSuppressionV5Out.test.cpp [new file with mode: 0644]