mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Add acos, acosh, asin, asinh, atan, atanh, cos, cosh, erf, hardswish, sin, sinh, softplus, softsign, tan layers
This commit is contained in:
@@ -71,4 +71,5 @@
|
||||
"test_softmax_large_number_expanded", // FP16 only
|
||||
"test_sub_bcast",
|
||||
"test_sub_uint8",
|
||||
"test_tan", // FP16 only
|
||||
"test_upsample_nearest",
|
||||
|
||||
@@ -19,3 +19,4 @@
|
||||
"test_split_equal_parts_1d",
|
||||
"test_split_equal_parts_2d",
|
||||
"test_split_equal_parts_default_axis",
|
||||
"test_tan",
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
// The file is autogenerated
|
||||
// Update note: execute <opencv_extra>/testdata/dnn/onnx/generate_conformance_list.py <gtest_xml_file>
|
||||
"test_acos",
|
||||
"test_acos_example",
|
||||
"test_acosh",
|
||||
"test_acosh_example",
|
||||
"test_adagrad",
|
||||
"test_adagrad_multiple",
|
||||
"test_adam",
|
||||
@@ -16,14 +12,6 @@
|
||||
"test_and_bcast4v2d",
|
||||
"test_and_bcast4v3d",
|
||||
"test_and_bcast4v4d",
|
||||
"test_asin",
|
||||
"test_asin_example",
|
||||
"test_asinh",
|
||||
"test_asinh_example",
|
||||
"test_atan",
|
||||
"test_atan_example",
|
||||
"test_atanh",
|
||||
"test_atanh_example",
|
||||
"test_basic_convinteger",
|
||||
"test_batchnorm_epsilon",
|
||||
"test_batchnorm_epsilon_training_mode",
|
||||
@@ -102,10 +90,6 @@
|
||||
"test_convtranspose_pad",
|
||||
"test_convtranspose_pads",
|
||||
"test_convtranspose_with_kernel",
|
||||
"test_cos",
|
||||
"test_cos_example",
|
||||
"test_cosh",
|
||||
"test_cosh_example",
|
||||
"test_cumsum_1d",
|
||||
"test_cumsum_1d_exclusive",
|
||||
"test_cumsum_1d_reverse",
|
||||
@@ -138,7 +122,6 @@
|
||||
"test_einsum_transpose",
|
||||
"test_equal",
|
||||
"test_equal_bcast",
|
||||
"test_erf",
|
||||
"test_expand_dim_changed",
|
||||
"test_expand_dim_unchanged",
|
||||
"test_eyelike_populate_off_main_diagonal",
|
||||
@@ -193,8 +176,6 @@
|
||||
"test_hardsigmoid",
|
||||
"test_hardsigmoid_default",
|
||||
"test_hardsigmoid_example",
|
||||
"test_hardswish",
|
||||
"test_hardswish_expanded",
|
||||
"test_identity_opt",
|
||||
"test_identity_sequence",
|
||||
"test_if",
|
||||
@@ -564,10 +545,6 @@
|
||||
"test_simple_rnn_batchwise",
|
||||
"test_simple_rnn_defaults",
|
||||
"test_simple_rnn_with_initial_bias",
|
||||
"test_sin",
|
||||
"test_sin_example",
|
||||
"test_sinh",
|
||||
"test_sinh_example",
|
||||
"test_size",
|
||||
"test_size_example",
|
||||
"test_slice",
|
||||
@@ -578,10 +555,6 @@
|
||||
"test_slice_neg_steps",
|
||||
"test_slice_negative_axes",
|
||||
"test_slice_start_out_of_bounds",
|
||||
"test_softplus",
|
||||
"test_softplus_example",
|
||||
"test_softsign",
|
||||
"test_softsign_example",
|
||||
"test_spacetodepth",
|
||||
"test_spacetodepth_example",
|
||||
"test_split_variable_parts_1d",
|
||||
@@ -599,8 +572,6 @@
|
||||
"test_sub_example",
|
||||
"test_sum_example",
|
||||
"test_sum_two_inputs",
|
||||
"test_tan",
|
||||
"test_tan_example",
|
||||
"test_tfidfvectorizer_tf_batch_onlybigrams_skip0",
|
||||
"test_tfidfvectorizer_tf_batch_onlybigrams_skip5",
|
||||
"test_tfidfvectorizer_tf_batch_uniandbigrams_skip5",
|
||||
|
||||
Reference in New Issue
Block a user