chinakook commented on a change in pull request #16292: [Done] BilinearResize2D 
optimized
URL: https://github.com/apache/incubator-mxnet/pull/16292#discussion_r334219515
 
 

 ##########
 File path: src/operator/contrib/bilinear_resize.cc
 ##########
 @@ -69,23 +70,25 @@ void 
SpatialUpSamplingBilinearUpdateOutput(mshadow::Stream<cpu> *s,
     }
     return;
   }
+  const DType rheight = area_pixel_compute_scale<DType>(
 
 Review comment:
   I'll investigate it. Can we use AccType with this CPU implementation?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to