bgawrych commented on a change in pull request #20929:
URL: https://github.com/apache/incubator-mxnet/pull/20929#discussion_r824443949
##########
File path: src/operator/subgraph/dnnl/dnnl_post_quantize_property.h
##########
@@ -89,6 +90,10 @@ class SgDNNLPostQuantizeSelector : public SubgraphSelectorV2
{
bool SelectOutput(const BiDirectedNode& n, const BiDirectedNode& new_node)
override {
const nnvm::Node* raw_node = n.node;
const nnvm::Node* raw_new_node = new_node.node;
+
+ static const std::set<const Op*> no_dequantize_fusion_supported_ops = {
Review comment:
```suggestion
static const std::set<const Op*> dequantize_fusion_unsupported_ops = {
```
--
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]