Skip to content

Commit 6dbbee7

Browse files
zonglinpengfacebook-github-bot
authored andcommitted
add BoxWithNMSLimit_out to DSP as a custom portable op (#10157)
Summary: Callsite: https://www.internalfb.com/code/fbsource/[3c01ebf76a180e7f6b5ddd8e50f4be695d85180f]/fbcode/vizard_projects/midas_haptic/model/haptic.py?lines=509-532 Reference implementation: https://www.internalfb.com/code/fbsource/fbcode/caffe2/fb/custom_ops/maskrcnn/box_with_nms_limit.cpp This op will be migrated and supported by ExecuTorch as a portable op in the future. Differential Revision: D72275947
1 parent 4ea6839 commit 6dbbee7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/core/portable_type/c10/c10/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def define_common_targets():
3636
]),
3737
visibility = [
3838
"//executorch/...",
39+
"@EXECUTORCH_CLIENTS",
3940
],
4041
deps = select({
4142
"DEFAULT": [],

0 commit comments

Comments
 (0)