anko-intel opened a new pull request #20915:
URL: https://github.com/apache/incubator-mxnet/pull/20915


   ## Description ##
   - Remove for_quantization flag from final graph,
   - Rename for_quantization flag to enable_fuse_add and simplify the logics,
   - Replace Node with BiDirectedNode to not fuse FC with elemwise add when
   FC output is used also as an input of other operator,
   - Do not fuse with add if already fused with other elemwise operation
   for quantized model.
   
   ## Checklist ##
   ### Essentials ###
   - [ ] PR's title starts with a category (e.g. [BUGFIX], [MODEL], [TUTORIAL], 
[FEATURE], [DOC], etc)
   - [ ] Changes are complete (i.e. I finished coding on this PR)
   - [ ] All changes have test coverage
   - [ ] Code is well-documented
   


-- 
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