piiswrong commented on a change in pull request #8302: Refactor operators & 
MKLDNN
URL: https://github.com/apache/incubator-mxnet/pull/8302#discussion_r156266045
 
 

 ##########
 File path: src/operator/nn/batch_norm-inl.h
 ##########
 @@ -192,14 +109,16 @@ class BatchNormOp : public Operator {
                   const std::vector<TBlob> &aux_states);
 
 #if MXNET_USE_CUDA
-  void DoForward(mshadow::Stream<gpu> *stream,
-                 const OpContext &ctx,
+template <typename xpu, typename DType, typename AccReal>
+void DoBNForward(mshadow::Stream<gpu> *stream,
 
 Review comment:
   BatchNormForward

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to