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

Commit

Permalink
Add a deprecate message (#13042)
Browse files Browse the repository at this point in the history
* Fix the operator API documentation

* update message

* deprecate old command
  • Loading branch information
apeforest authored and anirudh2290 committed Oct 30, 2018
1 parent 7b787d3 commit 71d6621
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/operator/nn/ctc_loss.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ NNVM_REGISTER_OP(CTCLoss)
.add_alias("_contrib_CTCLoss")
.add_alias("_contrib_ctc_loss")
.describe(R"code(Connectionist Temporal Classification Loss.
.. note:: The existing alias ``contrib_CTCLoss`` is deprecated.
The shapes of the inputs and outputs:
- **data**: `(sequence_length, batch_size, alphabet_size)`
Expand Down

0 comments on commit 71d6621

Please sign in to comment.