Skip to content

Commit 7c1a0b7

Browse files
authored
Delete the detection_output_op, which had been split into several operators. (#9121)
1 parent 26a9208 commit 7c1a0b7

File tree

7 files changed

+0
-650
lines changed

7 files changed

+0
-650
lines changed

paddle/fluid/operators/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ op_library(cond_op DEPS framework_proto tensor net_op)
165165
op_library(cross_entropy_op DEPS cross_entropy)
166166
op_library(softmax_with_cross_entropy_op DEPS cross_entropy softmax)
167167
op_library(softmax_op DEPS softmax)
168-
op_library(detection_output_op DEPS softmax)
169168
op_library(sequence_softmax_op DEPS softmax)
170169
op_library(sum_op DEPS selected_rows_functor)
171170
op_library(sgd_op DEPS selected_rows_functor)

paddle/fluid/operators/detection_output_op.cc

Lines changed: 0 additions & 89 deletions
This file was deleted.

paddle/fluid/operators/detection_output_op.cu.cc

Lines changed: 0 additions & 21 deletions
This file was deleted.

paddle/fluid/operators/detection_output_op.h

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)