Skip to content

Commit

Permalink
Move ops which don't support FP16 dtype to FP32 list (apache#16668)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh2290 authored and yajiedesign committed Nov 6, 2019
1 parent 4d94ea0 commit 6345ac6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/mxnet/contrib/amp/lists/symbol.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,9 @@
'arctanh',
'_sparse_arcsin',
'_sparse_arctanh',
'_contrib_MultiBoxDetection',
'_contrib_MultiBoxPrior',
'_contrib_MultiBoxTarget',

# Exponents
'exp',
Expand Down Expand Up @@ -575,9 +578,6 @@
'stack',
'_Maximum',
'_Minimum',
'_contrib_MultiBoxDetection',
'_contrib_MultiBoxPrior',
'_contrib_MultiBoxTarget',
'_contrib_MultiProposal',
'_contrib_PSROIPooling',
'_contrib_Proposal',
Expand Down

0 comments on commit 6345ac6

Please sign in to comment.