Skip to content

Commit

Permalink
[ nG ] Added F16 folding support (openvinotoolkit#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenya Stepyreva authored and azhogov committed Jun 1, 2020
1 parent fcfc10e commit 46a61c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ngraph/src/ngraph/op/transpose.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ namespace
break;
TYPE_CASE(bf16)(arg1, arg2, out);
break;
TYPE_CASE(f16)(arg1, arg2, out);
break;
TYPE_CASE(f32)(arg1, arg2, out);
break;
TYPE_CASE(f64)(arg1, arg2, out);
Expand Down

0 comments on commit 46a61c9

Please sign in to comment.