You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/03/04 22:09:45 UTC

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #14320: [WIP]Showing proper error message when quantization is used with CPU context

access2rohit commented on a change in pull request #14320: [WIP]Showing proper error message when quantization is used with CPU context
URL: https://github.com/apache/incubator-mxnet/pull/14320#discussion_r262265355
 
 

 ##########
 File path: src/operator/quantization/quantized_conv.cc
 ##########
 @@ -126,6 +126,15 @@ bool QuantizedConvStorageType(const nnvm::NodeAttrs& attrs,
   return true;
 }
 
+
+void QuantizedConvForward(const nnvm::NodeAttrs& attrs,
+                             const OpContext &ctx,
+                             const std::vector<TBlob> &in_data,
+                             const std::vector<OpReqType> &req,
+                             const std::vector<TBlob> &out_data) {
+    LOG(FATAL) << "NOT SUPPORTED";
 
 Review comment:
   @anirudh2290 Its just WIP i will update it to proper message. Want to ensure that the code behaviour is as expected before finalizing the Error Message. :)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services