Skip to content

Commit 2f2e7cb

Browse files
JakeStevensfacebook-github-bot
authored andcommitted
Remove SoftmaxQuantizer
Summary: Softmax not supported on current platforms. This introduces quant/dequants into the graph, which are unneeded. This diff removes the quantizer until supported. Differential Revision: D81964057
1 parent 5948238 commit 2f2e7cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/nxp/quantizer/neutron_quantizer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ def __init__(self):
225225
NeutronAtenQuantizer(ReluInPlacePattern(), static_qconfig),
226226
NeutronAtenQuantizer(ReshapePattern(), static_qconfig),
227227
NeutronAtenQuantizer(SigmoidPattern(), static_qconfig),
228-
NeutronAtenQuantizer(SoftMaxPattern(), static_qconfig),
229228
NeutronAtenQuantizer(TanhPattern(), static_qconfig),
230229
NeutronAtenQuantizer(TanhInPlacePattern(), static_qconfig),
231230
NeutronAtenQuantizer(ViewPattern(), static_qconfig),

0 commit comments

Comments
 (0)