anko-intel commented on a change in pull request #20606:
URL: https://github.com/apache/incubator-mxnet/pull/20606#discussion_r721308210



##########
File path: src/operator/subgraph/dnnl/dnnl_fc.cc
##########
@@ -654,14 +651,14 @@ static bool SgMKLDNNAvoidFCQuantizeInput(const NodeAttrs& 
attrs,
   return avoid_indexes.count(index_to_check);
 }
 
-NNVM_REGISTER_OP(_sg_mkldnn_fully_connected)
-    .describe(R"code(_sg_mkldnn_fully_connected)code" ADD_FILELINE)
+NNVM_REGISTER_OP(_sg_dnnl_fully_connected)

Review comment:
       please add alias with the old name, it could be done in separate PR




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