mmcv/tests/test_ops
Danielmic d28aa8a9cc
[Feature] Add the implementation of diff_iou_rotated with mlu-ops (#2840)
2023-06-30 15:18:39 +08:00
..
output.pkl [Features] Add stack ball query and stack group points ops (#2292) 2022-10-28 00:42:10 +08:00
test_active_rotated_filter.py [Feature] Add the support of arf op for ascend device (#2792) 2023-05-10 17:07:17 +08:00
test_assign_score_withk.py
test_ball_query.py Pick MLU modifications from master (1.x) to main (2.x) (#2704) 2023-04-19 10:42:07 +08:00
test_bbox.py [Feature] Add C++ implementation for bbox_overlaps (#2477) 2023-03-20 18:26:52 +08:00
test_bezier_align.py [Feature] Add BezierAlign CUDA op (#2393) 2023-01-10 17:05:39 +08:00
test_bias_act.py [Feature] Add Ops of StyleGAN3 (#2290) 2023-03-13 16:05:11 +08:00
test_bilinear_grid_sample.py
test_border_align.py
test_box_iou_quadri.py [Feature] Add box_iou_quadri & nms_quadri (#2277) 2022-10-13 17:26:14 +08:00
test_box_iou_rotated.py Sync main with mmcv1.x branch (#2800) 2023-05-19 15:40:12 +08:00
test_carafe.py [Feature] Add carafe op for MLU (#2212) 2022-08-28 17:54:20 +08:00
test_cc_attention.py
test_chamfer_distance.py [Feature] Add ChamferDistance op in gpu (#1933) 2022-06-08 18:12:57 +08:00
test_contour_expand.py
test_conv_gradfix.py Fix lint (#2702) 2023-03-26 02:06:28 +08:00
test_convex_iou.py
test_corner_pool.py
test_correlation.py
test_deform_conv.py [Refactor] Modify the importing path due to mmengine changes (#2224) 2022-08-24 19:48:10 +08:00
test_deform_roi_pool.py [Feature] Pick npu ops from master to 2.x (#2501) 2023-01-13 13:39:35 +08:00
test_diff_iou_rotated.py [Feature] Add the implementation of diff_iou_rotated with mlu-ops (#2840) 2023-06-30 15:18:39 +08:00
test_filtered_lrelu.py [Fix] Fix the support for ROCm (#2811) 2023-05-31 12:47:46 +08:00
test_focal_loss.py [Feature] Pick npu ops from master to 2.x (#2501) 2023-01-13 13:39:35 +08:00
test_furthest_point_sample.py
test_fused_bias_leakyrelu.py [Feature] Pick npu ops from master to 2.x (#2501) 2023-01-13 13:39:35 +08:00
test_gather_points.py [Feature] Add support of some ops for Ascend device (#2594) 2023-02-13 16:43:42 +08:00
test_group_points.py [Fix] Create Tensor with new_* method to support amp (#2389) 2022-11-23 16:57:35 +08:00
test_info.py
test_iou3d.py [Feature] Support Iou3d with cambricon MLU backend (#2339) 2022-11-23 16:57:35 +08:00
test_knn.py
test_masked_conv2d.py [Feature] Support MaskedConv2d with cambricon MLU backend (#2202) 2022-08-28 17:54:20 +08:00
test_merge_cells.py
test_min_area_polygons.py
test_modulated_deform_conv.py [Feature] Support mmcv ext with DIOPI impl (#2790) 2023-06-13 17:14:49 +08:00
test_ms_deformable_attn.py [Enhancement] Support MultiScaleDeformableAttention with AMP (#2541) 2023-03-20 18:26:52 +08:00
test_nms.py Remove fileio from mmcv and use mmengine.fileio instead (#2179) 2022-08-16 13:37:19 +08:00
test_nms_quadri.py [Feature] Add box_iou_quadri & nms_quadri (#2277) 2022-10-13 17:26:14 +08:00
test_nms_rotated.py Pick MLU modifications from master (1.x) to main (2.x) (#2704) 2023-04-19 10:42:07 +08:00
test_onnx.py [Fix] Fix torch2.0 dcn/mdcn symbolic (#2695) 2023-03-24 13:01:56 +08:00
test_pixel_group.py
test_points_in_polygons.py
test_prroi_pool.py [Feature] Support PrRoI op for Parrots (#2280) 2022-10-22 13:39:50 +08:00
test_psa_mask.py [Feature] Pick npu ops from master to 2.x (#2501) 2023-01-13 13:39:35 +08:00
test_riroi_align_rotated.py
test_roi_align.py [Feature] Support mmcv ext with DIOPI impl (#2790) 2023-06-13 17:14:49 +08:00
test_roi_align_rotated.py [Refactor] Repalce the implementation of roi_align_rotated with mlu-ops (#2808) 2023-06-01 00:56:49 +08:00
test_roi_pool.py [Feature] Add support of some ops for Ascend device (#2594) 2023-02-13 16:43:42 +08:00
test_roiaware_pool3d.py Sync main with mmcv1.x branch (#2800) 2023-05-19 15:40:12 +08:00
test_roipoint_pool3d.py [Feature] Support RoipointPool3d with cambricon MLU backend (#2247) 2022-10-22 13:39:50 +08:00
test_rotated_feature_align.py [Feature] Add the support for rotated_feature_align with MLU (#2809) 2023-06-01 00:55:20 +08:00
test_saconv.py
test_scatter_points.py [Feature] Add the implementation of dynamic_scatter with mlu-ops (#2847) 2023-06-29 17:13:57 +08:00
test_spconv.py Pick MLU modifications from master (1.x) to main (2.x) (#2704) 2023-04-19 10:42:07 +08:00
test_syncbn.py
test_three_interpolate.py [Fix] Create Tensor with new_* method to support amp (#2389) 2022-11-23 16:57:35 +08:00
test_three_nn.py [Fix] Fix three nn op can not accept half tensor (#2348) 2022-11-23 16:57:35 +08:00
test_tin_shift.py
test_upfirdn2d.py [Feature] Add Ops of StyleGAN3 (#2290) 2023-03-13 16:05:11 +08:00
test_voxelization.py [Feature] Support mmcv ext with DIOPI impl (#2790) 2023-06-13 17:14:49 +08:00