Skip to content

Commit f9da2d6

Browse files
committed
- Removed disabled diagnostic code
test=develop
1 parent 809dbc5 commit f9da2d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

paddle/fluid/operators/fused_embedding_fc_lstm_op.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,6 @@ class FusedEmbeddingFCLSTMKernel : public framework::OpKernel<T> {
436436
INIT_VEC_FUNC
437437
INIT_BASE_INPUT_DATAS
438438

439-
// std::cout << "===> Batch Compute" << std::endl;
440-
441439
auto* reordered_h0 = ctx.Output<Tensor>("ReorderedH0");
442440
auto* reordered_c0 = ctx.Output<Tensor>("ReorderedC0");
443441
auto* batched_input = ctx.Output<LoDTensor>("BatchedInput");

0 commit comments

Comments
 (0)