From c63aba9e7db65783b4c04d210e5ef837897381f2 Mon Sep 17 00:00:00 2001 From: kangguangli Date: Thu, 20 Jul 2023 14:52:19 +0800 Subject: [PATCH] [NewIR]add hsigmoid loss in whitelist (#55496) * fix hsigmoid_loss * add test into whitelist * fix whitelist --- test/white_list/new_ir_op_test_white_list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/white_list/new_ir_op_test_white_list b/test/white_list/new_ir_op_test_white_list index b17b87a0a58..953a1884512 100644 --- a/test/white_list/new_ir_op_test_white_list +++ b/test/white_list/new_ir_op_test_white_list @@ -81,7 +81,7 @@ test_graph_send_ue_recv_op test_grid_sampler_op test_group_norm_op test_histogram_op -test_histogram_op.py +test_hsigmoid_op test_huber_loss_op test_i0e_op test_i0_op -- GitLab