Skip to content

Commit b0b0a89

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 bb60c25 commit b0b0a89

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
@@ -39,6 +39,7 @@ def define_common_targets():
3939
]),
4040
visibility = [
4141
"//executorch/...",
42+
"@EXECUTORCH_CLIENTS",
4243
],
4344
deps = select({
4445
"DEFAULT": [],

0 commit comments

Comments
 (0)