webml-polyfill
webml-polyfill copied to clipboard
[API] support TENSOR_QUANT8_ASYMM_SIGNED in Softmax
Since the last layer of mobilenet is softmax and the previous layer is Int8Conv, I think we also need to add TENSOR_QUANT8_ASYMM_SIGNED in Softmax. @huningxin could you please help to add this support?