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

[AMP] Move topk from FP16_FP32_FUNCS to FP32_FUNCS #15342

Merged
merged 1 commit into from
Jun 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/mxnet/contrib/amp/lists/symbol.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@
'take',
'tanh',
'tile',
'topk',
'transpose',
'trunc',
'uniform',
Expand Down Expand Up @@ -463,6 +462,7 @@
'_sparse_norm',
'_sparse_rsqrt',
'argsort',
'topk',

# Neural network
'SoftmaxOutput',
Expand Down