francis0407 commented on a change in pull request #15495: [Numpy] Added
operator logaddexp; added support for zero-size tensor in
BinaryBroadcastBackwardUseIn
URL: https://github.com/apache/incubator-mxnet/pull/15495#discussion_r301618858
##########
File path: src/operator/tensor/elemwise_binary_scalar_op_basic.cc
##########
@@ -159,6 +159,8 @@ MXNET_OPERATOR_REGISTER_BINARY_SCALAR(_backward_mul_scalar)
.set_attr<FCompute>("FCompute<cpu>", BinaryScalarOp::Compute<cpu,
op::mshadow_op::mul>)
.set_attr<FComputeEx>("FComputeEx<cpu>", BinaryScalarOp::ComputeEx<cpu,
op::mshadow_op::mul>);
+
Review comment:
nit: unnecessary spaces
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services