reminisce commented on a change in pull request #15861: Numpy det and slogdet
operator
URL: https://github.com/apache/incubator-mxnet/pull/15861#discussion_r313093399
##########
File path: src/operator/tensor/la_op.cc
##########
@@ -1038,6 +1041,7 @@ Examples::
.add_argument("A", "NDArray-or-Symbol", "Tensor of square matrix");
NNVM_REGISTER_OP(_backward_linalg_slogdet)
+.add_alias("_backward_np_linalg_slogdet")
Review comment:
Same as above.
----------------------------------------------------------------
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