mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
added eyelike layer support
This commit is contained in:
@@ -717,11 +717,11 @@ CASE(test_expand_dim_changed)
|
||||
CASE(test_expand_dim_unchanged)
|
||||
SKIP;
|
||||
CASE(test_eyelike_populate_off_main_diagonal)
|
||||
// no filter
|
||||
SKIP;
|
||||
CASE(test_eyelike_with_dtype)
|
||||
// no filter
|
||||
SKIP;
|
||||
CASE(test_eyelike_without_dtype)
|
||||
// no filter
|
||||
SKIP;
|
||||
CASE(test_flatten_axis0)
|
||||
// no filter
|
||||
CASE(test_flatten_axis1)
|
||||
|
||||
@@ -735,3 +735,6 @@
|
||||
"test_reduce_sum_square_empty_set_expanded",
|
||||
"test_reduce_log_sum_exp_empty_set_expanded",
|
||||
"test_loop11",
|
||||
"test_eyelike_populate_off_main_diagonal",
|
||||
"test_eyelike_with_dtype",
|
||||
"test_eyelike_without_dtype",
|
||||
|
||||
@@ -305,9 +305,6 @@
|
||||
"test_einsum_scalar",
|
||||
"test_equal_string",
|
||||
"test_equal_string_broadcast",
|
||||
"test_eyelike_populate_off_main_diagonal", // Issues::Layer::Can't create layer::Can't create layer "onnx_node_output_0!y" of type "EyeLike" in function 'getLayerInstance'
|
||||
"test_eyelike_with_dtype", // ---- same as above ---
|
||||
"test_eyelike_without_dtype", // ---- same as above ---
|
||||
"test_gridsample_bicubic", // ---- same as above ---
|
||||
"test_gridsample_bicubic_align_corners_0_additional_1",
|
||||
"test_gridsample_bicubic_align_corners_1_additional_1",
|
||||
|
||||
Reference in New Issue
Block a user