Skip to content

Commit fd31b54

Browse files
committed
- Removed disabled code
test=develop
1 parent f9da2d6 commit fd31b54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddle/fluid/operators/fused_embedding_fc_lstm_op.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ void FusedEmbeddingFCLSTMOp::InferShape(
9797
if (ctx->Attrs().Get<bool>("use_seq")) {
9898
xx_width = wh_dims[1];
9999
} else {
100-
// xx_width = x_dims[1] > wh_dims[1] ? wh_dims[1] : x_dims[1]; // ?
101100
xx_width = wh_dims[1]; //
102101
PADDLE_ENFORCE(ctx->HasOutput("BatchedInput"),
103102
"Assert only one Output(BatchedInput) of LSTM.");

0 commit comments

Comments
 (0)