Allow normalize included model to use fsv16 (#7906)
(cherry picked from commit 1880d65158
)
This commit is contained in:
parent
4e2cc3e370
commit
e72200dbe1
@ -1313,6 +1313,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