Skip to content

Commit e9dbc85

Browse files
author
Yibing Liu
committed
to trigger ci for multiplex_op
1 parent 58ac8f4 commit e9dbc85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paddle/operators/multiplex_op.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class MultiplexGradOp : public framework::OperatorWithKernel {
9494
PADDLE_ENFORCE(!ctx.MultiOutputVar(framework::GradVarName("X")).empty(),
9595
"Output(X@Grad) should not be null.");
9696
PADDLE_ENFORCE_NOT_NULL(ctx.InputVar(framework::GradVarName("Out")),
97-
"Input(Out@GRAD) shouldn't be null.");
97+
"Input(Out@GRAD) should not be null.");
9898
auto d_ins = ctx.MultiOutput<Tensor>(framework::GradVarName("X"));
9999
auto ins = ctx.MultiInput<Tensor>("X");
100100
// No need to compute gradient for Input(Ids)

0 commit comments

Comments
 (0)