Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ckt624 committed Aug 19, 2019
1 parent 7f0aebf commit 57491e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operator/numpy/np_elemwise_broadcast_op.cc
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ NNVM_REGISTER_OP(_backward_npi_ldexp)
return std::vector<ResourceRequest>{ResourceRequest::kTempSpace};
})
.set_attr<FCompute>("FCompute<cpu>", BinaryBroadcastBackwardUseIn<cpu, mshadow_op::ldexp_grad,
mshadow_op::ldexp_rgrad>);
mshadow_op::ldexp_rgrad>);

MXNET_OPERATOR_REGISTER_BINARY(_backward_npi_ldexp_scalar)
.add_argument("scalar", "float", "scalar value")
Expand Down

0 comments on commit 57491e4

Please sign in to comment.