Skip to content

Commit c1c53da

Browse files
authored
【Hackathon 6th Fundable Projects 3 No.312-313、315】Remove fluid operator retinanet_detection_output etc (#63486)
1 parent 76b5a2f commit c1c53da

5 files changed

Lines changed: 0 additions & 2938 deletions

File tree

paddle/fluid/operators/detection/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,12 @@ detection_library(anchor_generator_op SRCS anchor_generator_op.cc
3636
anchor_generator_op.cu)
3737
detection_library(polygon_box_transform_op SRCS polygon_box_transform_op.cc
3838
polygon_box_transform_op.cu)
39-
detection_library(rpn_target_assign_op SRCS rpn_target_assign_op.cc)
4039
detection_library(generate_proposal_labels_op SRCS
4140
generate_proposal_labels_op.cc)
4241
detection_library(multiclass_nms_op SRCS multiclass_nms_op.cc DEPS phi common)
4342
detection_library(box_clip_op SRCS box_clip_op.cc box_clip_op.cu)
4443
detection_library(box_decoder_and_assign_op SRCS box_decoder_and_assign_op.cc
4544
box_decoder_and_assign_op.cu)
46-
detection_library(retinanet_detection_output_op SRCS
47-
retinanet_detection_output_op.cc)
4845

4946
if(WITH_GPU OR WITH_ROCM)
5047
if(WITH_GPU)

0 commit comments

Comments
 (0)