Skip to content

Commit

Permalink
add input argument in warpctc layer (apache#11167)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadiaphy authored and zheng-da committed Jun 28, 2018
1 parent b9afbe1 commit c06e064
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/warpctc/warpctc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Operator *WarpCTCProp::CreateOperator(Context ctx) const {
DMLC_REGISTER_PARAMETER(WarpCTCParam);

MXNET_REGISTER_OP_PROPERTY(WarpCTC, WarpCTCProp)
.add_argument("data", "NDArray-or-Symbol", "Input data.")
.add_argument("label", "NDArray-or-Symbol", "Input label.")
.describe("warp ctc.")
.add_arguments(WarpCTCParam::__FIELDS__());

Expand Down

0 comments on commit c06e064

Please sign in to comment.