未验证 提交 14551c85 编写于 作者: K kangguangli 提交者: GitHub

add whitelist unittest for ir op test (#55433)

上级 2982046b
test_accuracy_op test_accuracy_op
test_addmm_op test_addmm_op
test_allclose_op
test_angle_op test_angle_op
test_arange test_arange
test_arg_min_max_op test_arg_min_max_op
...@@ -11,6 +12,7 @@ test_auc_op ...@@ -11,6 +12,7 @@ test_auc_op
test_auc_single_pred_op test_auc_single_pred_op
test_bce_loss test_bce_loss
test_bicubic_interp_v2_op test_bicubic_interp_v2_op
test_bilinear_interp_v2_op
test_bilinear_tensor_product_op test_bilinear_tensor_product_op
test_bincount_op test_bincount_op
test_bincount_op_static_build test_bincount_op_static_build
...@@ -23,6 +25,7 @@ test_cholesky_op ...@@ -23,6 +25,7 @@ test_cholesky_op
test_cholesky_solve_op test_cholesky_solve_op
test_class_center_sample_op test_class_center_sample_op
test_clip_by_norm_op test_clip_by_norm_op
test_clip_op
test_compare_op test_compare_op
test_compare_reduce_op test_compare_reduce_op
test_complex_abs test_complex_abs
...@@ -36,15 +39,23 @@ test_conv2d_transpose_op_depthwise_conv ...@@ -36,15 +39,23 @@ test_conv2d_transpose_op_depthwise_conv
test_conv3d_op test_conv3d_op
test_conv3d_transpose_op test_conv3d_transpose_op
test_conv3d_transpose_part2_op test_conv3d_transpose_part2_op
test_cross_op
test_cummax_op
test_cummin_op
test_cumprod_op test_cumprod_op
test_dataloader_dataset test_dataloader_dataset
test_deformable_conv_op test_deformable_conv_op
test_determinant_op test_determinant_op
test_diag_embed test_diag_embed
test_diagonal_op
test_diag_v2 test_diag_v2
test_digamma_op test_digamma_op
test_dist_op test_dist_op
test_dot_op test_dot_op
test_eigh_op
test_eigh_op_static_build
test_eig_op
test_eig_op_static_build
test_eigvalsh_op test_eigvalsh_op
test_eigvals_op test_eigvals_op
test_elementwise_div_op test_elementwise_div_op
...@@ -64,17 +75,24 @@ test_fmin_op ...@@ -64,17 +75,24 @@ test_fmin_op
test_fold_op test_fold_op
test_frame_op test_frame_op
test_gather_tree_op test_gather_tree_op
test_generate_proposals_v2_op
test_graph_send_recv_op test_graph_send_recv_op
test_graph_send_ue_recv_op test_graph_send_ue_recv_op
test_grid_sampler_op test_grid_sampler_op
test_group_norm_op test_group_norm_op
test_histogram_op test_histogram_op
test_huber_loss_op test_huber_loss_op
test_i0e_op
test_i0_op
test_i1e_op
test_i1_op
test_index_add_op test_index_add_op
test_index_sample_op test_index_sample_op
test_instance_norm_op_v2 test_instance_norm_op_v2
test_instance_norm_op_v2_new_ir test_instance_norm_op_v2_new_ir
test_inverse_op
test_ir_pybind test_ir_pybind
test_isclose_op
test_is_empty_op test_is_empty_op
test_kldiv_loss_op test_kldiv_loss_op
test_kron_op test_kron_op
...@@ -90,6 +108,8 @@ test_log_loss_op ...@@ -90,6 +108,8 @@ test_log_loss_op
test_log_softmax test_log_softmax
test_logspace test_logspace
test_logsumexp test_logsumexp
test_lookup_table_v2_op
test_lookup_table_v2_op_static_build
test_lu_op test_lu_op
test_masked_select_op test_masked_select_op
test_matmul_v2_op test_matmul_v2_op
...@@ -100,6 +120,8 @@ test_maxout_op ...@@ -100,6 +120,8 @@ test_maxout_op
test_mean_op test_mean_op
test_mode_op test_mode_op
test_mv_op test_mv_op
test_nearest_interp_v2_op
test_nextafter_op
test_nll_loss test_nll_loss
test_nms_op test_nms_op
test_nonzero_api test_nonzero_api
...@@ -107,8 +129,10 @@ test_norm_op ...@@ -107,8 +129,10 @@ test_norm_op
test_numel_op test_numel_op
test_overlap_add_op test_overlap_add_op
test_pixel_shuffle_op test_pixel_shuffle_op
test_polygamma_op
test_pool2d_op test_pool2d_op
test_pool3d_op test_pool3d_op
test_pool_max_op
test_prelu_op test_prelu_op
test_prior_box_op test_prior_box_op
test_psroi_pool_op test_psroi_pool_op
...@@ -124,6 +148,7 @@ test_segment_ops_static_build ...@@ -124,6 +148,7 @@ test_segment_ops_static_build
test_selu_op test_selu_op
test_shape_op test_shape_op
test_shard_index_op test_shard_index_op
test_sigmoid_cross_entropy_with_logits_op
test_sign_op test_sign_op
test_size_op test_size_op
test_solve_op test_solve_op
...@@ -133,11 +158,17 @@ test_squared_l2_norm_op ...@@ -133,11 +158,17 @@ test_squared_l2_norm_op
test_svd_op test_svd_op
test_take_along_axis_op test_take_along_axis_op
test_temporal_shift_op test_temporal_shift_op
test_trace_op
test_triangular_solve_op test_triangular_solve_op
test_tril_indices_op
test_trilinear_interp_v2_op
test_triu_indices_op
test_trunc_op test_trunc_op
test_unfold_op test_unfold_op
test_unique_consecutive_op
test_unpool3d_op test_unpool3d_op
test_viterbi_decode_op test_viterbi_decode_op
test_warpctc_op
test_warprnnt_op test_warprnnt_op
test_where_op test_where_op
test_yolo_box_op test_yolo_box_op
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册