agrabows opened a new pull request #20835:
URL: https://github.com/apache/incubator-mxnet/pull/20835


   ## Description ##
   Reshape operators from both NDArray and NumPy modules of MXNet had no 
quantized version so if it appeared between two quantized operators data would 
have to be dequantized and quantized again after reshape (as shown on picture 
below with version after change as well). Goal was to create quantized reshape 
operator.
   Previous version:
   
![image](https://user-images.githubusercontent.com/59651240/150377082-bf394c8d-6df5-45e0-a4b9-d4e39a1a1ce4.png)
   New version:
   
![image](https://user-images.githubusercontent.com/59651240/150377132-d73db877-dcf0-41b8-a056-80fbbeb1bc4c.png)
   
   ## Checklist ##
   ### Essentials ###
   - [x] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], 
[FEATURE], [DOC], etc)
   - [x] Changes are complete (i.e. I finished coding on this PR)
   - [x] All changes have test coverage
   
   ### Changes ###
   - [x] Add quantized version of numpy/numpy_extension reshape
   - [x] Add quantized version of ndarray reshape


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to