Skip to content

Commit

Permalink
[ nG ] Added F16 folding support (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgenya Stepyreva authored May 29, 2020
1 parent 11bd4f8 commit 6cfa772
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 6cfa772

Please sign in to comment.