Skip to content

Commit

Permalink
Delete the detection_output_op, which had been split into several ope…
Browse files Browse the repository at this point in the history
…rators. (#9121)
  • Loading branch information
qingqing01 authored Mar 16, 2018
1 parent 26a9208 commit 7c1a0b7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 650 deletions.
1 change: 0 additions & 1 deletion paddle/fluid/operators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ op_library(cond_op DEPS framework_proto tensor net_op)
op_library(cross_entropy_op DEPS cross_entropy)
op_library(softmax_with_cross_entropy_op DEPS cross_entropy softmax)
op_library(softmax_op DEPS softmax)
op_library(detection_output_op DEPS softmax)
op_library(sequence_softmax_op DEPS softmax)
op_library(sum_op DEPS selected_rows_functor)
op_library(sgd_op DEPS selected_rows_functor)
Expand Down
89 changes: 0 additions & 89 deletions paddle/fluid/operators/detection_output_op.cc

This file was deleted.

21 changes: 0 additions & 21 deletions paddle/fluid/operators/detection_output_op.cu.cc

This file was deleted.

167 changes: 0 additions & 167 deletions paddle/fluid/operators/detection_output_op.h

This file was deleted.

Loading

0 comments on commit 7c1a0b7

Please sign in to comment.