revert PR#12456 - removing arg_max_min and experimental_detectron_topk_rois in whiteof program.cpp (#14422)
This commit is contained in:
@@ -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() &&
|
||||
|
||||
Reference in New Issue
Block a user