Skip to content

Commit

Permalink
Allow normalize included model to use fsv16
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinchoi-intel committed Oct 7, 2021
1 parent 9c5dba9 commit 1880d65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inference-engine/thirdparty/clDNN/src/program.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1880d65

Please sign in to comment.