bartekkuncer commented on a change in pull request #20606:
URL: https://github.com/apache/incubator-mxnet/pull/20606#discussion_r724250908
##########
File path: src/operator/subgraph/dnnl/dnnl_post_quantize_align_scale_property.h
##########
@@ -117,13 +116,13 @@ class SgMKLDNNConcatPostQuantizeSelector : public
SubgraphSelectorV2 {
std::unordered_set<const nnvm::Node*> visit_list_;
};
-class SgMKLDNNPostQuantizeAlignScaleProperty : public SubgraphProperty {
+class SgDNNLPostQuantizeAlignScaleProperty : public SubgraphProperty {
public:
- SgMKLDNNPostQuantizeAlignScaleProperty() : SubgraphProperty(kAdjust) {}
+ SgDNNLPostQuantizeAlignScaleProperty() : SubgraphProperty(kAdjust) {}
static SubgraphPropertyPtr Create() {
- static const std::string& name = "MKLDNN post-quantization scale alignment
optimization pass";
- auto property =
std::make_shared<SgMKLDNNPostQuantizeAlignScaleProperty>();
+ static const std::string& name = "DNNL post-quantization scale alignment
optimization pass";
Review comment:
done
--
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]