Skip to content

Commit

Permalink
Revert of PR34452 (#34516)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhhsplendid authored Jul 30, 2021
1 parent 0be7157 commit 72a9c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/framework/ir/graph.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License. */
#include "paddle/fluid/framework/ir/graph.h"
#include "paddle/fluid/framework/operator.h"

DEFINE_bool(convert_all_blocks, true,
DEFINE_bool(convert_all_blocks, false,
"Convert all blocks in program into SSAgraphs");

namespace paddle {
Expand Down

0 comments on commit 72a9c8f

Please sign in to comment.