revert PR#12456 - removing arg_max_min and experimental_detectron_topk_rois in whiteof program.cpp (#14422)

This commit is contained in:
Wilson Seok
2022-12-06 19:38:03 +09:00
committed by GitHub
parent cd9131267e
commit bdcbdf71fc

View File

@@ -1487,7 +1487,6 @@ void program::set_layout_optimizer_attributes(layout_optimizer& lo) {
|| (prim.as<mvn>().input().get_output_layout().data_type != data_types::u8 &&
prim.as<mvn>().input().get_output_layout().data_type != data_types::i8)
|| prim.as<mvn>().get_primitive()->across_channels) &&
prim.type() != cldnn::arg_max_min::type_id() &&
prim.type() != cldnn::dft::type_id() &&
prim.type() != cldnn::grid_sample::type_id() &&
prim.type() != cldnn::mutable_data::type_id() &&
@@ -1519,7 +1518,6 @@ void program::set_layout_optimizer_attributes(layout_optimizer& lo) {
prim.type() != cldnn::scatter_elements_update::type_id() &&
prim.type() != cldnn::gather_tree::type_id() &&
prim.type() != cldnn::experimental_detectron_detection_output::type_id() &&
prim.type() != cldnn::experimental_detectron_topk_rois::type_id() &&
prim.type() != cldnn::convert_color::type_id() &&
prim.type() != cldnn::experimental_detectron_generate_proposals_single_image::type_id()) {
can_use_fsv16 = false;
@@ -1571,8 +1569,6 @@ void program::set_layout_optimizer_attributes(layout_optimizer& lo) {
prim.type() != cldnn::gather_tree::type_id() &&
prim.type() != cldnn::experimental_detectron_detection_output::type_id() &&
prim.type() != cldnn::deconvolution::type_id() &&
prim.type() != cldnn::arg_max_min::type_id() &&
prim.type() != cldnn::experimental_detectron_topk_rois::type_id() &&
prim.type() != cldnn::multiclass_nms::type_id() &&
prim.type() != cldnn::normalize::type_id() &&
prim.type() != cldnn::deconvolution::type_id() &&