Allow normalize included model to use fsv16
This commit is contained in:
parent
9c5dba92c1
commit
1880d65158
@ -1306,6 +1306,7 @@ void program::set_layout_optimizer_attributes(layout_optimizer& lo) {
|
||||
prim.type() != cldnn::reduce::type_id() &&
|
||||
prim.type() != cldnn::strided_slice::type_id() &&
|
||||
prim.type() != cldnn::region_yolo::type_id() &&
|
||||
prim.type() != cldnn::normalize::type_id() &&
|
||||
prim.type() != cldnn::mvn::type_id())
|
||||
can_use_fsv16 = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user