Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
Paddle
提交
a8cd12d2
P
Paddle
项目概览
PaddlePaddle
/
Paddle
大约 1 年 前同步成功
通知
2298
Star
20931
Fork
5422
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1423
列表
看板
标记
里程碑
合并请求
543
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Paddle
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1,423
Issue
1,423
列表
看板
标记
里程碑
合并请求
543
合并请求
543
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
a8cd12d2
编写于
7月 10, 2023
作者:
K
kangguangli
提交者:
GitHub
7月 10, 2023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update white_list and remove warning (#55243)
上级
e8cba1cb
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
87 addition
and
3 deletion
+87
-3
test/legacy_test/CMakeLists.txt
test/legacy_test/CMakeLists.txt
+1
-1
test/white_list/new_ir_op_test_white_list
test/white_list/new_ir_op_test_white_list
+86
-2
未找到文件。
test/legacy_test/CMakeLists.txt
浏览文件 @
a8cd12d2
...
...
@@ -1353,6 +1353,6 @@ foreach(IR_OP_TEST ${NEW_IR_OP_TESTS})
${
IR_OP_TEST
}
PROPERTIES ENVIRONMENT
"FLAGS_NEW_IR_OPTEST_WHITE_LIST=True"
)
else
()
message
(
WARNING
"not found
${
IR_OP_TEST
}
"
)
message
(
STATUS
"NewIR OpTest: not found
${
IR_OP_TEST
}
in legacy_test
"
)
endif
()
endforeach
()
test/white_list/new_ir_op_test_white_list
浏览文件 @
a8cd12d2
test_accuracy_op
test_addmm_op
test_angle_op
test_arange
test_arg_min_max_op
test_arg_min_max_op_static_build
test_arg_min_max_v2_op
test_assign_value_op
test_atan2_op
test_auc_op
test_auc_single_pred_op
test_bce_loss
test_bicubic_interp_v2_op
test_bilinear_tensor_product_op
test_bincount_op
test_bincount_op_static_build
test_bitwise_op
test_bmm_op
test_box_coder_op
test_cast_op
test_channel_shuffle
test_cholesky_op
test_cholesky_solve_op
test_class_center_sample_op
test_clip_by_norm_op
test_compare_op
test_compare_reduce_op
test_complex_abs
test_complex_op
test_complex_view_op
test_conj_op
test_conv2d_op
test_conv2d_op_depthwise_conv
test_conv2d_transpose_op
...
...
@@ -16,28 +39,73 @@ test_conv3d_transpose_part2_op
test_cumprod_op
test_dataloader_dataset
test_deformable_conv_op
test_determinant_op
test_diag_embed
test_diag_v2
test_digamma_op
test_dist_op
test_dot_op
test_eigvalsh_op
test_eigvals_op
test_elementwise_div_op
test_elementwise_div_op
test_elementwise_
floor
div_op
test_elementwise_heaviside_op
test_elementwise_min_op
test_elementwise_mod_op
test_elementwise_pow_op
test_erfinv_op
test_eye_op
test_fill_any_op
test_fill_constant_batch_size_like
test_fill_diagonal_tensor_op
test_flip
test_fmax_op
test_fmin_op
test_fold_op
test_frame_op
test_gather_tree_op
test_graph_send_recv_op
test_graph_send_ue_recv_op
test_grid_sampler_op
test_group_norm_op
test_histogram_op
test_huber_loss_op
test_index_add_op
test_index_sample_op
test_instance_norm_op_v2
test_instance_norm_op_v2_new_ir
test_ir_pybind
test_is_empty_op
test_kldiv_loss_op
test_kron_op
test_kthvalue_op
test_label_smooth_op
test_label_smooth_op_new_ir
test_lerp_op
test_lgamma_op
test_linspace
test_logcumsumexp_op
test_logit_op
test_log_loss_op
test_log_softmax
test_logspace
test_logsumexp
test_lu_op
test_masked_select_op
test_matmul_v2_op
test_matmul_v2_op_static_build
test_matrix_nms_op
test_matrix_power_op
test_maxout_op
test_mean_op
test_mode_op
test_mv_op
test_nll_loss
test_nms_op
test_nonzero_api
test_norm_op
test_numel_op
test_overlap_add_op
test_pixel_shuffle_op
test_pool2d_op
test_pool3d_op
...
...
@@ -45,16 +113,32 @@ test_prelu_op
test_prior_box_op
test_psroi_pool_op
test_range
test_reverse_op
test_roi_align_op
test_roi_pool_op
test_rrelu_op
test_scale_op
test_searchsorted_op
test_segment_ops
test_segment_ops_static_build
test_selu_op
test_shape_op
test_shard_index_op
test_sign_op
test_size_op
test_solve_op
test_spectral_norm_op
test_spectral_op
test_standalone_executor_1f1b_plan
test_squared_l2_norm_op
test_svd_op
test_take_along_axis_op
test_temporal_shift_op
test_triangular_solve_op
test_trunc_op
test_unfold_op
test_unpool3d_op
test_viterbi_decode_op
test_warprnnt_op
test_where_op
test_yolo_box_op
test_yolov3_loss_op
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录