From f9da2d6416f251d4e5799d5df684a4fde390ed41 Mon Sep 17 00:00:00 2001 From: Jacek Czaja Date: Mon, 1 Oct 2018 11:23:34 +0200 Subject: [PATCH] - Removed disabled diagnostic code test=develop --- paddle/fluid/operators/fused_embedding_fc_lstm_op.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/paddle/fluid/operators/fused_embedding_fc_lstm_op.cc b/paddle/fluid/operators/fused_embedding_fc_lstm_op.cc index 04c0f18a8..f74d3378a 100644 --- a/paddle/fluid/operators/fused_embedding_fc_lstm_op.cc +++ b/paddle/fluid/operators/fused_embedding_fc_lstm_op.cc @@ -436,8 +436,6 @@ class FusedEmbeddingFCLSTMKernel : public framework::OpKernel { INIT_VEC_FUNC INIT_BASE_INPUT_DATAS - // std::cout << "===> Batch Compute" << std::endl; - auto* reordered_h0 = ctx.Output("ReorderedH0"); auto* reordered_c0 = ctx.Output("ReorderedC0"); auto* batched_input = ctx.Output("BatchedInput"); -- GitLab