File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
paddle/fluid/operators/detection Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ detection_library(polygon_box_transform_op SRCS polygon_box_transform_op.cc
31
31
polygon_box_transform_op.cu )
32
32
detection_library (rpn_target_assign_op SRCS rpn_target_assign_op.cc )
33
33
detection_library (generate_proposal_labels_op SRCS generate_proposal_labels_op.cc )
34
+ detection_library (yolov3_loss_op SRCS yolov3_loss_op.cc )
34
35
35
36
if (WITH_GPU )
36
37
detection_library (generate_proposals_op SRCS generate_proposals_op.cc generate_proposals_op.cu DEPS memory cub )
Original file line number Diff line number Diff line change 9
9
See the License for the specific language governing permissions and
10
10
limitations under the License. */
11
11
12
- #include " paddle/fluid/operators/yolov3_loss_op.h"
12
+ #include " paddle/fluid/operators/detection/ yolov3_loss_op.h"
13
13
#include " paddle/fluid/framework/op_registry.h"
14
14
15
15
namespace paddle {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments