Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Move ops which don't support FP16 dtype to FP32 list (#16668)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudh2290 committed Oct 29, 2019
1 parent 60d74bc commit 5aa74e0
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 5aa74e0

Please sign in to comment.